Html Css Color HEX #8726CC Dark Orchid

📋 copy color: '#8726CC'

red 135 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #8726CC

Tints of Dark Orchid #8726CC

RGB

 RED value IS 135 (53.13% from 255) = 35.81%

 GREEN value IS 38 (15.23% from 255) = 10.08%

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 35.81%
G = 10.08%
B = 54.11%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8726CC (or 0x8726CC) is known color: Dark Orchid. HEX triplet: 87, 26 and CC. RGB value is (135,38,204). Sum of RGB (Red+Green+Blue) = 135+38+204=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #8726CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8726CC is #78D933. Grayscale: #555555. Windows color (decimal): -7919924 or 13379207. OLE color: 13379207.

HSL color Cylindrical-coordinate representation of color #8726CC: hue angle of 275.06º degrees, saturation: 0.69, 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 #8726CC is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 38 204 -
CMYK 0.34 0.81 0 0.2
HSL 275.06º 0.69% 0.47% -
HSV(B) 275.06º 0.81% 0.8% -
XYZ 21.58 10.9 58.09 -
YUV 85.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 135 38 204 0.34 0.81 0 0.2 275.06 0.69 0.47
Hex 87 26 CC 22 51 0 14 113 45 2F
Octal 207 46 314 42 121 0 24 423 105 57
Binary 10000111 100110 11001100 100010 1010001 0 10100 100010011 1000101 101111

Color Harmonies of #8726CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8726CC

Black with #8726CC

Text Example


Text Example

White with #8726CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8726CC; }

 p { color: rgb(135,38,204); }

 H1.HeaderClassName
 {
   color: #8726CC;
 }
 .AnyTagClassName
 {
   color: #8726CC;
 }
</style>

background-color css

<style>
 a { background-color: #8726CC; }

 a { background-color: rgb(135,38,204); }

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

border-color css

<style>
 span { border-color: #8726CC; }

 span { border-color: rgb(135,38,204); }

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