Html Css Color HEX #8905E0 Dark Violet

📋 copy color: '#8905E0'

red 137 ◦ green 5 ◦ blue 224

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

Shades of Dark Violet #8905E0

Tints of Dark Violet #8905E0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

 BLUE value IS 224 (87.89% from 255) = 61.2%

R = 37.43%
G = 1.37%
B = 61.2%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8905E0 (or 0x8905E0) is known color: Dark Violet. HEX triplet: 89, 05 and E0. RGB value is (137,5,224). Sum of RGB (Red+Green+Blue) = 137+5+224=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #8905E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8905E0 is #76FA1F. Grayscale: #444444. Windows color (decimal): -7797280 or 14681481. OLE color: 14681481.

HSL color Cylindrical-coordinate representation of color #8905E0: hue angle of 276.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8905E0 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 5 224 -
CMYK 0.39 0.98 0 0.12
HSL 276.16º 0.96% 0.45% -
HSV(B) 276.16º 0.98% 0.88% -
XYZ 23.83 10.81 71.35 -
YUV 69.43 215.23 176.19 -
System Red Green Blue C M Y K H S L
Decimal 137 5 224 0.39 0.98 0 0.12 276.16 0.96 0.45
Hex 89 5 E0 27 62 0 C 114 60 2D
Octal 211 5 340 47 142 0 14 424 140 55
Binary 10001001 101 11100000 100111 1100010 0 1100 100010100 1100000 101101

Color Harmonies of #8905E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8905E0

Black with #8905E0

Text Example


Text Example

White with #8905E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8905E0; }

 p { color: rgb(137,5,224); }

 H1.HeaderClassName
 {
   color: #8905E0;
 }
 .AnyTagClassName
 {
   color: #8905E0;
 }
</style>

background-color css

<style>
 a { background-color: #8905E0; }

 a { background-color: rgb(137,5,224); }

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

border-color css

<style>
 span { border-color: #8905E0; }

 span { border-color: rgb(137,5,224); }

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