Html Css Color HEX #9918E4 Blue Violet

📋 copy color: '#9918E4'

red 153 ◦ green 24 ◦ blue 228

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

Shades of Blue Violet #9918E4

Tints of Blue Violet #9918E4

RGB

 RED value IS 153 (60.16% from 255) = 37.78%

 GREEN value IS 24 (9.77% from 255) = 5.93%

 BLUE value IS 228 (89.45% from 255) = 56.3%

R = 37.78%
G = 5.93%
B = 56.3%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9918E4 (or 0x9918E4) is known color: Blue Violet. HEX triplet: 99, 18 and E4. RGB value is (153,24,228). Sum of RGB (Red+Green+Blue) = 153+24+228=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #9918E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918E4 is #66E71B. Grayscale: #555555. Windows color (decimal): -6743836 or 14948505. OLE color: 14948505.

HSL color Cylindrical-coordinate representation of color #9918E4: hue angle of 277.94º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9918E4 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 24 228 -
CMYK 0.33 0.89 0 0.11
HSL 277.94º 0.81% 0.49% -
HSV(B) 277.94º 0.89% 0.89% -
XYZ 27.47 13.03 74.47 -
YUV 85.83 208.24 175.91 -
System Red Green Blue C M Y K H S L
Decimal 153 24 228 0.33 0.89 0 0.11 277.94 0.81 0.49
Hex 99 18 E4 21 59 0 B 116 51 31
Octal 231 30 344 41 131 0 13 426 121 61
Binary 10011001 11000 11100100 100001 1011001 0 1011 100010110 1010001 110001

Color Harmonies of #9918E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9918E4

Black with #9918E4

Text Example


Text Example

White with #9918E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9918E4; }

 p { color: rgb(153,24,228); }

 H1.HeaderClassName
 {
   color: #9918E4;
 }
 .AnyTagClassName
 {
   color: #9918E4;
 }
</style>

background-color css

<style>
 a { background-color: #9918E4; }

 a { background-color: rgb(153,24,228); }

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

border-color css

<style>
 span { border-color: #9918E4; }

 span { border-color: rgb(153,24,228); }

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