Html Css Color HEX #9942EF Blue Violet

📋 copy color: '#9942EF'

red 153 ◦ green 66 ◦ blue 239

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

Shades of Blue Violet #9942EF

Tints of Blue Violet #9942EF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.41%

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

R = 33.41%
G = 14.41%
B = 52.18%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9942EF (or 0x9942EF) is known color: Blue Violet. HEX triplet: 99, 42 and EF. RGB value is (153,66,239). Sum of RGB (Red+Green+Blue) = 153+66+239=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #9942EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9942EF is #66BD10. Grayscale: #6F6F6F. Windows color (decimal): -6733073 or 15680153. OLE color: 15680153.

HSL color Cylindrical-coordinate representation of color #9942EF: hue angle of 270.17º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9942EF is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 66 239 -
CMYK 0.36 0.72 0 0.06
HSL 270.17º 0.84% 0.6% -
HSV(B) 270.17º 0.72% 0.94% -
XYZ 30.67 16.9 83.31 -
YUV 111.74 199.82 157.43 -
System Red Green Blue C M Y K H S L
Decimal 153 66 239 0.36 0.72 0 0.06 270.17 0.84 0.6
Hex 99 42 EF 24 48 0 6 10E 54 3C
Octal 231 102 357 44 110 0 6 416 124 74
Binary 10011001 1000010 11101111 100100 1001000 0 110 100001110 1010100 111100

Color Harmonies of #9942EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9942EF

Black with #9942EF

Text Example


Text Example

White with #9942EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,66,239); }

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

background-color css

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

 a { background-color: rgb(153,66,239); }

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

border-color css

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

 span { border-color: rgb(153,66,239); }

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