Html Css Color HEX #8147CB Dark Orchid

📋 copy color: '#8147CB'

red 129 ◦ green 71 ◦ blue 203

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

Shades of Dark Orchid #8147CB

Tints of Dark Orchid #8147CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.62%

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

R = 32.01%
G = 17.62%
B = 50.37%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8147CB (or 0x8147CB) is known color: Dark Orchid. HEX triplet: 81, 47 and CB. RGB value is (129,71,203). Sum of RGB (Red+Green+Blue) = 129+71+203=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #8147CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8147CB is #7EB834. Grayscale: #666666. Windows color (decimal): -8304693 or 13322113. OLE color: 13322113.

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

Color convert

RGB 129 71 203 -
CMYK 0.36 0.65 0 0.20
HSL 266.36º 0.56% 0.54% -
HSV(B) 266.36º 0.65% 0.8% -
XYZ 22.09 13.49 57.94 -
YUV 103.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 129 71 203 0.36 0.65 0 0.20 266.36 0.56 0.54
Hex 81 47 CB 24 41 0 14 10A 38 36
Octal 201 107 313 44 101 0 24 412 70 66
Binary 10000001 1000111 11001011 100100 1000001 0 10100 100001010 111000 110110

Color Harmonies of #8147CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8147CB

Black with #8147CB

Text Example


Text Example

White with #8147CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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