Html Css Color HEX #8836CF Dark Orchid

📋 copy color: '#8836CF'

red 136 ◦ green 54 ◦ blue 207

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

Shades of Dark Orchid #8836CF

Tints of Dark Orchid #8836CF

RGB

 RED value IS 136 (53.52% from 255) = 34.26%

 GREEN value IS 54 (21.48% from 255) = 13.6%

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 34.26%
G = 13.6%
B = 52.14%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8836CF (or 0x8836CF) is known color: Dark Orchid. HEX triplet: 88, 36 and CF. RGB value is (136,54,207). Sum of RGB (Red+Green+Blue) = 136+54+207=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #8836CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836CF is #77C930. Grayscale: #5F5F5F. Windows color (decimal): -7850289 or 13579912. OLE color: 13579912.

HSL color Cylindrical-coordinate representation of color #8836CF: hue angle of 272.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8836CF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 54 207 -
CMYK 0.34 0.74 0 0.19
HSL 272.16º 0.61% 0.51% -
HSV(B) 272.16º 0.74% 0.81% -
XYZ 22.74 12.38 60.22 -
YUV 95.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 136 54 207 0.34 0.74 0 0.19 272.16 0.61 0.51
Hex 88 36 CF 22 4A 0 13 110 3D 33
Octal 210 66 317 42 112 0 23 420 75 63
Binary 10001000 110110 11001111 100010 1001010 0 10011 100010000 111101 110011

Color Harmonies of #8836CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8836CF

Black with #8836CF

Text Example


Text Example

White with #8836CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8836CF; }

 p { color: rgb(136,54,207); }

 H1.HeaderClassName
 {
   color: #8836CF;
 }
 .AnyTagClassName
 {
   color: #8836CF;
 }
</style>

background-color css

<style>
 a { background-color: #8836CF; }

 a { background-color: rgb(136,54,207); }

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

border-color css

<style>
 span { border-color: #8836CF; }

 span { border-color: rgb(136,54,207); }

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