Html Css Color HEX #9023EF Blue Violet

📋 copy color: '#9023EF'

red 144 ◦ green 35 ◦ blue 239

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

Shades of Blue Violet #9023EF

Tints of Blue Violet #9023EF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.37%

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

R = 34.45%
G = 8.37%
B = 57.18%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9023EF (or 0x9023EF) is known color: Blue Violet. HEX triplet: 90, 23 and EF. RGB value is (144,35,239). Sum of RGB (Red+Green+Blue) = 144+35+239=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #9023EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9023EF is #6FDC10. Grayscale: #5A5A5A. Windows color (decimal): -7330833 or 15672208. OLE color: 15672208.

HSL color Cylindrical-coordinate representation of color #9023EF: hue angle of 272.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9023EF is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 35 239 -
CMYK 0.40 0.85 0 0.06
HSL 272.06º 0.86% 0.54% -
HSV(B) 272.06º 0.85% 0.94% -
XYZ 27.68 13.36 82.78 -
YUV 90.85 211.61 165.91 -
System Red Green Blue C M Y K H S L
Decimal 144 35 239 0.40 0.85 0 0.06 272.06 0.86 0.54
Hex 90 23 EF 28 55 0 6 110 56 36
Octal 220 43 357 50 125 0 6 420 126 66
Binary 10010000 100011 11101111 101000 1010101 0 110 100010000 1010110 110110

Color Harmonies of #9023EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9023EF

Black with #9023EF

Text Example


Text Example

White with #9023EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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