Html Css Color HEX #8935BB Dark Orchid

📋 copy color: '#8935BB'

red 137 ◦ green 53 ◦ blue 187

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

Shades of Dark Orchid #8935BB

Tints of Dark Orchid #8935BB

RGB

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

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

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

R = 36.34%
G = 14.06%
B = 49.6%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8935BB (or 0x8935BB) is known color: Dark Orchid. HEX triplet: 89, 35 and BB. RGB value is (137,53,187). Sum of RGB (Red+Green+Blue) = 137+53+187=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #8935BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8935BB is #76CA44. Grayscale: #5C5C5C. Windows color (decimal): -7785029 or 12268937. OLE color: 12268937.

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

Color convert

RGB 137 53 187 -
CMYK 0.27 0.72 0 0.27
HSL 277.61º 0.56% 0.47% -
HSV(B) 277.61º 0.72% 0.73% -
XYZ 20.56 11.45 48.14 -
YUV 93.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 137 53 187 0.27 0.72 0 0.27 277.61 0.56 0.47
Hex 89 35 BB 1B 48 0 1B 116 38 2F
Octal 211 65 273 33 110 0 33 426 70 57
Binary 10001001 110101 10111011 11011 1001000 0 11011 100010110 111000 101111

Color Harmonies of #8935BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8935BB

Black with #8935BB

Text Example


Text Example

White with #8935BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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