Html Css Color HEX #8340CB Dark Orchid

📋 copy color: '#8340CB'

red 131 ◦ green 64 ◦ blue 203

#8340CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8340CB

Tints of Dark Orchid #8340CB

RGB

 RED value IS 131 (51.56% from 255) = 32.91%

 GREEN value IS 64 (25.39% from 255) = 16.08%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 32.91%
G = 16.08%
B = 51.01%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8340CB (or 0x8340CB) is known color: Dark Orchid. HEX triplet: 83, 40 and CB. RGB value is (131,64,203). Sum of RGB (Red+Green+Blue) = 131+64+203=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #8340CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8340CB is #7CBF34. Grayscale: #636363. Windows color (decimal): -8175413 or 13320323. OLE color: 13320323.

HSL color Cylindrical-coordinate representation of color #8340CB: hue angle of 268.92º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8340CB is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 64 203 -
CMYK 0.35 0.68 0 0.20
HSL 268.92º 0.57% 0.52% -
HSV(B) 268.92º 0.68% 0.8% -
XYZ 21.97 12.8 57.81 -
YUV 99.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 131 64 203 0.35 0.68 0 0.20 268.92 0.57 0.52
Hex 83 40 CB 23 44 0 14 10D 39 34
Octal 203 100 313 43 104 0 24 415 71 64
Binary 10000011 1000000 11001011 100011 1000100 0 10100 100001101 111001 110100

Color Harmonies of #8340CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8340CB

Black with #8340CB

Text Example


Text Example

White with #8340CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8340CB; }

 p { color: rgb(131,64,203); }

 H1.HeaderClassName
 {
   color: #8340CB;
 }
 .AnyTagClassName
 {
   color: #8340CB;
 }
</style>

background-color css

<style>
 a { background-color: #8340CB; }

 a { background-color: rgb(131,64,203); }

 div.DivClassName
 {
   background-color: #8340CB;
 }
 .BgClassName
 {
   background-color: #8340CB;
 }
</style>

border-color css

<style>
 span { border-color: #8340CB; }

 span { border-color: rgb(131,64,203); }

 td.TdClassName
 {
   border-color: #8340CB;
 }
 .TagClassName
 {
   border-color: #8340CB;
 }
</style>