Html Css Color HEX #8627CB Dark Orchid

📋 copy color: '#8627CB'

red 134 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #8627CB

Tints of Dark Orchid #8627CB

RGB

 RED value IS 134 (52.73% from 255) = 35.64%

 GREEN value IS 39 (15.63% from 255) = 10.37%

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

R = 35.64%
G = 10.37%
B = 53.99%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8627CB (or 0x8627CB) is known color: Dark Orchid. HEX triplet: 86, 27 and CB. RGB value is (134,39,203). Sum of RGB (Red+Green+Blue) = 134+39+203=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #8627CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8627CB is #79D834. Grayscale: #555555. Windows color (decimal): -7985205 or 13313926. OLE color: 13313926.

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

Color convert

RGB 134 39 203 -
CMYK 0.34 0.81 0 0.20
HSL 274.76º 0.68% 0.47% -
HSV(B) 274.76º 0.81% 0.8% -
XYZ 21.34 10.83 57.47 -
YUV 86.1 193.97 162.16 -
System Red Green Blue C M Y K H S L
Decimal 134 39 203 0.34 0.81 0 0.20 274.76 0.68 0.47
Hex 86 27 CB 22 51 0 14 113 44 2F
Octal 206 47 313 42 121 0 24 423 104 57
Binary 10000110 100111 11001011 100010 1010001 0 10100 100010011 1000100 101111

Color Harmonies of #8627CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8627CB

Black with #8627CB

Text Example


Text Example

White with #8627CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,39,203); }

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

background-color css

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

 a { background-color: rgb(134,39,203); }

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

border-color css

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

 span { border-color: rgb(134,39,203); }

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