Html Css Color HEX #8146CB Dark Orchid

📋 copy color: '#8146CB'

red 129 ◦ green 70 ◦ blue 203

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

Shades of Dark Orchid #8146CB

Tints of Dark Orchid #8146CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

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

R = 32.09%
G = 17.41%
B = 50.5%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8146CB (or 0x8146CB) is known color: Dark Orchid. HEX triplet: 81, 46 and CB. RGB value is (129,70,203). Sum of RGB (Red+Green+Blue) = 129+70+203=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #8146CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8146CB is #7EB934. Grayscale: #666666. Windows color (decimal): -8304949 or 13321857. OLE color: 13321857.

HSL color Cylindrical-coordinate representation of color #8146CB: hue angle of 266.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8146CB is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 70 203 -
CMYK 0.36 0.66 0 0.20
HSL 266.62º 0.56% 0.54% -
HSV(B) 266.62º 0.66% 0.8% -
XYZ 22.02 13.36 57.92 -
YUV 102.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 129 70 203 0.36 0.66 0 0.20 266.62 0.56 0.54
Hex 81 46 CB 24 42 0 14 10B 38 36
Octal 201 106 313 44 102 0 24 413 70 66
Binary 10000001 1000110 11001011 100100 1000010 0 10100 100001011 111000 110110

Color Harmonies of #8146CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8146CB

Black with #8146CB

Text Example


Text Example

White with #8146CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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