Html Css Color HEX #9023ED Blue Violet

📋 copy color: '#9023ED'

red 144 ◦ green 35 ◦ blue 237

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

Shades of Blue Violet #9023ED

Tints of Blue Violet #9023ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.97%

R = 34.62%
G = 8.41%
B = 56.97%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9023ED (or 0x9023ED) is known color: Blue Violet. HEX triplet: 90, 23 and ED. RGB value is (144,35,237). Sum of RGB (Red+Green+Blue) = 144+35+237=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #9023ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9023ED is #6FDC12. Grayscale: #595959. Windows color (decimal): -7330835 or 15541136. OLE color: 15541136.

HSL color Cylindrical-coordinate representation of color #9023ED: hue angle of 272.38º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9023ED is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 35 237 -
CMYK 0.39 0.85 0 0.07
HSL 272.38º 0.85% 0.53% -
HSV(B) 272.38º 0.85% 0.93% -
XYZ 27.39 13.25 81.23 -
YUV 90.62 210.61 166.07 -
System Red Green Blue C M Y K H S L
Decimal 144 35 237 0.39 0.85 0 0.07 272.38 0.85 0.53
Hex 90 23 ED 27 55 0 7 110 55 35
Octal 220 43 355 47 125 0 7 420 125 65
Binary 10010000 100011 11101101 100111 1010101 0 111 100010000 1010101 110101

Color Harmonies of #9023ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9023ED

Black with #9023ED

Text Example


Text Example

White with #9023ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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