Html Css Color HEX #9928E7 Blue Violet

📋 copy color: '#9928E7'

red 153 ◦ green 40 ◦ blue 231

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

Shades of Blue Violet #9928E7

Tints of Blue Violet #9928E7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.43%

 BLUE value IS 231 (90.63% from 255) = 54.48%

R = 36.08%
G = 9.43%
B = 54.48%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9928E7 (or 0x9928E7) is known color: Blue Violet. HEX triplet: 99, 28 and E7. RGB value is (153,40,231). Sum of RGB (Red+Green+Blue) = 153+40+231=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 231 (90.62% from 255 or 54.48% from 424); Max value from RGB is 231 - color contains mainly: blue. Hex color #9928E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9928E7 is #66D718. Grayscale: #5E5E5E. Windows color (decimal): -6739737 or 15149209. OLE color: 15149209.

HSL color Cylindrical-coordinate representation of color #9928E7: hue angle of 275.5º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9928E7 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 40 231 -
CMYK 0.34 0.83 0 0.09
HSL 275.5º 0.8% 0.53% -
HSV(B) 275.5º 0.83% 0.91% -
XYZ 28.32 14.06 76.82 -
YUV 95.56 204.44 168.97 -
System Red Green Blue C M Y K H S L
Decimal 153 40 231 0.34 0.83 0 0.09 275.5 0.8 0.53
Hex 99 28 E7 22 53 0 9 113 50 35
Octal 231 50 347 42 123 0 11 423 120 65
Binary 10011001 101000 11100111 100010 1010011 0 1001 100010011 1010000 110101

Color Harmonies of #9928E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9928E7

Black with #9928E7

Text Example


Text Example

White with #9928E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9928E7; }

 p { color: rgb(153,40,231); }

 H1.HeaderClassName
 {
   color: #9928E7;
 }
 .AnyTagClassName
 {
   color: #9928E7;
 }
</style>

background-color css

<style>
 a { background-color: #9928E7; }

 a { background-color: rgb(153,40,231); }

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

border-color css

<style>
 span { border-color: #9928E7; }

 span { border-color: rgb(153,40,231); }

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