Html Css Color HEX #8935B8 Dark Orchid

📋 copy color: '#8935B8'

red 137 ◦ green 53 ◦ blue 184

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

Shades of Dark Orchid #8935B8

Tints of Dark Orchid #8935B8

RGB

 RED value IS 137 (53.91% from 255) = 36.63%

 GREEN value IS 53 (21.09% from 255) = 14.17%

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 36.63%
G = 14.17%
B = 49.2%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8935B8 (or 0x8935B8) is known color: Dark Orchid. HEX triplet: 89, 35 and B8. RGB value is (137,53,184). Sum of RGB (Red+Green+Blue) = 137+53+184=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #8935B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8935B8 is #76CA47. Grayscale: #5C5C5C. Windows color (decimal): -7785032 or 12072329. OLE color: 12072329.

HSL color Cylindrical-coordinate representation of color #8935B8: hue angle of 278.47º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8935B8 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 53 184 -
CMYK 0.26 0.71 0 0.28
HSL 278.47º 0.55% 0.46% -
HSV(B) 278.47º 0.71% 0.72% -
XYZ 20.24 11.33 46.47 -
YUV 93.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 137 53 184 0.26 0.71 0 0.28 278.47 0.55 0.46
Hex 89 35 B8 1A 47 0 1C 116 37 2E
Octal 211 65 270 32 107 0 34 426 67 56
Binary 10001001 110101 10111000 11010 1000111 0 11100 100010110 110111 101110

Color Harmonies of #8935B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8935B8

Black with #8935B8

Text Example


Text Example

White with #8935B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8935B8; }

 p { color: rgb(137,53,184); }

 H1.HeaderClassName
 {
   color: #8935B8;
 }
 .AnyTagClassName
 {
   color: #8935B8;
 }
</style>

background-color css

<style>
 a { background-color: #8935B8; }

 a { background-color: rgb(137,53,184); }

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

border-color css

<style>
 span { border-color: #8935B8; }

 span { border-color: rgb(137,53,184); }

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