Html Css Color HEX #8140CB Dark Orchid

📋 copy color: '#8140CB'

red 129 ◦ green 64 ◦ blue 203

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

Shades of Dark Orchid #8140CB

Tints of Dark Orchid #8140CB

RGB

 RED value IS 129 (50.78% from 255) = 32.58%

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

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

R = 32.58%
G = 16.16%
B = 51.26%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8140CB (or 0x8140CB) is known color: Dark Orchid. HEX triplet: 81, 40 and CB. RGB value is (129,64,203). Sum of RGB (Red+Green+Blue) = 129+64+203=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #8140CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140CB is #7EBF34. Grayscale: #626262. Windows color (decimal): -8306485 or 13320321. OLE color: 13320321.

HSL color Cylindrical-coordinate representation of color #8140CB: hue angle of 268.06º 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 #8140CB is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 64 203 -
CMYK 0.36 0.68 0 0.20
HSL 268.06º 0.57% 0.52% -
HSV(B) 268.06º 0.68% 0.8% -
XYZ 21.67 12.65 57.8 -
YUV 99.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 129 64 203 0.36 0.68 0 0.20 268.06 0.57 0.52
Hex 81 40 CB 24 44 0 14 10C 39 34
Octal 201 100 313 44 104 0 24 414 71 64
Binary 10000001 1000000 11001011 100100 1000100 0 10100 100001100 111001 110100

Color Harmonies of #8140CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8140CB

Black with #8140CB

Text Example


Text Example

White with #8140CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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