Html Css Color HEX #8E33BB Dark Orchid

📋 copy color: '#8E33BB'

red 142 ◦ green 51 ◦ blue 187

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

Shades of Dark Orchid #8E33BB

Tints of Dark Orchid #8E33BB

RGB

 RED value IS 142 (55.86% from 255) = 37.37%

 GREEN value IS 51 (20.31% from 255) = 13.42%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 37.37%
G = 13.42%
B = 49.21%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E33BB (or 0x8E33BB) is known color: Dark Orchid. HEX triplet: 8E, 33 and BB. RGB value is (142,51,187). Sum of RGB (Red+Green+Blue) = 142+51+187=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E33BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E33BB is #71CC44. Grayscale: #5D5D5D. Windows color (decimal): -7457861 or 12268430. OLE color: 12268430.

HSL color Cylindrical-coordinate representation of color #8E33BB: hue angle of 280.15º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E33BB is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 51 187 -
CMYK 0.24 0.73 0 0.27
HSL 280.15º 0.57% 0.47% -
HSV(B) 280.15º 0.73% 0.73% -
XYZ 21.31 11.71 48.15 -
YUV 93.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 142 51 187 0.24 0.73 0 0.27 280.15 0.57 0.47
Hex 8E 33 BB 18 49 0 1B 118 39 2F
Octal 216 63 273 30 111 0 33 430 71 57
Binary 10001110 110011 10111011 11000 1001001 0 11011 100011000 111001 101111

Color Harmonies of #8E33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E33BB

Black with #8E33BB

Text Example


Text Example

White with #8E33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E33BB; }

 p { color: rgb(142,51,187); }

 H1.HeaderClassName
 {
   color: #8E33BB;
 }
 .AnyTagClassName
 {
   color: #8E33BB;
 }
</style>

background-color css

<style>
 a { background-color: #8E33BB; }

 a { background-color: rgb(142,51,187); }

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

border-color css

<style>
 span { border-color: #8E33BB; }

 span { border-color: rgb(142,51,187); }

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