Html Css Color HEX #9001EF Dark Violet

📋 copy color: '#9001EF'

red 144 ◦ green 1 ◦ blue 239

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

Shades of Dark Violet #9001EF

Tints of Dark Violet #9001EF

RGB

 RED value IS 144 (56.64% from 255) = 37.5%

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

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

R = 37.5%
G = 0.26%
B = 62.24%

CMYK

 C value IS 0.40

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9001EF (or 0x9001EF) is known color: Dark Violet. HEX triplet: 90, 01 and EF. RGB value is (144,1,239). Sum of RGB (Red+Green+Blue) = 144+1+239=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #9001EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9001EF is #6FFE10. Grayscale: #464646. Windows color (decimal): -7339537 or 15663504. OLE color: 15663504.

HSL color Cylindrical-coordinate representation of color #9001EF: hue angle of 276.05º 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 #9001EF is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 1 239 -
CMYK 0.40 1.00 0 0.06
HSL 276.05º 0.99% 0.47% -
HSV(B) 276.05º 1% 0.94% -
XYZ 27.09 12.18 82.58 -
YUV 70.89 222.88 180.15 -
System Red Green Blue C M Y K H S L
Decimal 144 1 239 0.40 1.00 0 0.06 276.05 0.99 0.47
Hex 90 1 EF 28 64 0 6 114 63 2F
Octal 220 1 357 50 144 0 6 424 143 57
Binary 10010000 1 11101111 101000 1100100 0 110 100010100 1100011 101111

Color Harmonies of #9001EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9001EF

Black with #9001EF

Text Example


Text Example

White with #9001EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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