Html Css Color HEX #9942EA Blue Violet

📋 copy color: '#9942EA'

red 153 ◦ green 66 ◦ blue 234

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

Shades of Blue Violet #9942EA

Tints of Blue Violet #9942EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.66%

R = 33.77%
G = 14.57%
B = 51.66%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9942EA (or 0x9942EA) is known color: Blue Violet. HEX triplet: 99, 42 and EA. RGB value is (153,66,234). Sum of RGB (Red+Green+Blue) = 153+66+234=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #9942EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9942EA is #66BD15. Grayscale: #6E6E6E. Windows color (decimal): -6733078 or 15352473. OLE color: 15352473.

HSL color Cylindrical-coordinate representation of color #9942EA: hue angle of 271.07º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9942EA is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 66 234 -
CMYK 0.35 0.72 0 0.08
HSL 271.07º 0.8% 0.59% -
HSV(B) 271.07º 0.72% 0.92% -
XYZ 29.94 16.61 79.47 -
YUV 111.17 197.32 157.84 -
System Red Green Blue C M Y K H S L
Decimal 153 66 234 0.35 0.72 0 0.08 271.07 0.8 0.59
Hex 99 42 EA 23 48 0 8 10F 50 3B
Octal 231 102 352 43 110 0 10 417 120 73
Binary 10011001 1000010 11101010 100011 1001000 0 1000 100001111 1010000 111011

Color Harmonies of #9942EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9942EA

Black with #9942EA

Text Example


Text Example

White with #9942EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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