Html Css Color HEX #8836BE Dark Orchid

📋 copy color: '#8836BE'

red 136 ◦ green 54 ◦ blue 190

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

Shades of Dark Orchid #8836BE

Tints of Dark Orchid #8836BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 35.79%
G = 14.21%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8836BE (or 0x8836BE) is known color: Dark Orchid. HEX triplet: 88, 36 and BE. RGB value is (136,54,190). Sum of RGB (Red+Green+Blue) = 136+54+190=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #8836BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836BE is #77C941. Grayscale: #5D5D5D. Windows color (decimal): -7850306 or 12465800. OLE color: 12465800.

HSL color Cylindrical-coordinate representation of color #8836BE: hue angle of 276.18º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8836BE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 54 190 -
CMYK 0.28 0.72 0 0.25
HSL 276.18º 0.56% 0.48% -
HSV(B) 276.18º 0.72% 0.75% -
XYZ 20.77 11.59 49.86 -
YUV 94.02 182.17 157.94 -
System Red Green Blue C M Y K H S L
Decimal 136 54 190 0.28 0.72 0 0.25 276.18 0.56 0.48
Hex 88 36 BE 1C 48 0 19 114 38 30
Octal 210 66 276 34 110 0 31 424 70 60
Binary 10001000 110110 10111110 11100 1001000 0 11001 100010100 111000 110000

Color Harmonies of #8836BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8836BE

Black with #8836BE

Text Example


Text Example

White with #8836BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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