Html Css Color HEX #8901EF Dark Violet

📋 copy color: '#8901EF'

red 137 ◦ green 1 ◦ blue 239

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

Shades of Dark Violet #8901EF

Tints of Dark Violet #8901EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 36.34%
G = 0.27%
B = 63.4%

CMYK

 C value IS 0.43

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8901EF (or 0x8901EF) is known color: Dark Violet. HEX triplet: 89, 01 and EF. RGB value is (137,1,239). Sum of RGB (Red+Green+Blue) = 137+1+239=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #8901EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8901EF is #76FE10. Grayscale: #434343. Windows color (decimal): -7798289 or 15663497. OLE color: 15663497.

HSL color Cylindrical-coordinate representation of color #8901EF: hue angle of 274.29º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8901EF is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 1 239 -
CMYK 0.43 1.00 0 0.06
HSL 274.29º 0.99% 0.47% -
HSV(B) 274.29º 1% 0.94% -
XYZ 25.91 11.57 82.53 -
YUV 68.8 224.06 176.65 -
System Red Green Blue C M Y K H S L
Decimal 137 1 239 0.43 1.00 0 0.06 274.29 0.99 0.47
Hex 89 1 EF 2B 64 0 6 112 63 2F
Octal 211 1 357 53 144 0 6 422 143 57
Binary 10001001 1 11101111 101011 1100100 0 110 100010010 1100011 101111

Color Harmonies of #8901EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8901EF

Black with #8901EF

Text Example


Text Example

White with #8901EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8901EF; }

 p { color: rgb(137,1,239); }

 H1.HeaderClassName
 {
   color: #8901EF;
 }
 .AnyTagClassName
 {
   color: #8901EF;
 }
</style>

background-color css

<style>
 a { background-color: #8901EF; }

 a { background-color: rgb(137,1,239); }

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

border-color css

<style>
 span { border-color: #8901EF; }

 span { border-color: rgb(137,1,239); }

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