Html Css Color HEX #9442EA Blue Violet

📋 copy color: '#9442EA'

red 148 ◦ green 66 ◦ blue 234

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

Shades of Blue Violet #9442EA

Tints of Blue Violet #9442EA

RGB

 RED value IS 148 (58.2% from 255) = 33.04%

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

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

R = 33.04%
G = 14.73%
B = 52.23%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9442EA (or 0x9442EA) is known color: Blue Violet. HEX triplet: 94, 42 and EA. RGB value is (148,66,234). Sum of RGB (Red+Green+Blue) = 148+66+234=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #9442EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9442EA is #6BBD15. Grayscale: #6D6D6D. Windows color (decimal): -7060758 or 15352468. OLE color: 15352468.

HSL color Cylindrical-coordinate representation of color #9442EA: hue angle of 269.29º 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 #9442EA is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 66 234 -
CMYK 0.37 0.72 0 0.08
HSL 269.29º 0.8% 0.59% -
HSV(B) 269.29º 0.72% 0.92% -
XYZ 29.01 16.13 79.43 -
YUV 109.67 198.17 155.34 -
System Red Green Blue C M Y K H S L
Decimal 148 66 234 0.37 0.72 0 0.08 269.29 0.8 0.59
Hex 94 42 EA 25 48 0 8 10D 50 3B
Octal 224 102 352 45 110 0 10 415 120 73
Binary 10010100 1000010 11101010 100101 1001000 0 1000 100001101 1010000 111011

Color Harmonies of #9442EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9442EA

Black with #9442EA

Text Example


Text Example

White with #9442EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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