Html Css Color HEX #9D42EA Blue Violet

📋 copy color: '#9D42EA'

red 157 ◦ green 66 ◦ blue 234

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

Shades of Blue Violet #9D42EA

Tints of Blue Violet #9D42EA

RGB

 RED value IS 157 (61.72% from 255) = 34.35%

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

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

R = 34.35%
G = 14.44%
B = 51.2%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D42EA (or 0x9D42EA) is known color: Blue Violet. HEX triplet: 9D, 42 and EA. RGB value is (157,66,234). Sum of RGB (Red+Green+Blue) = 157+66+234=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D42EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D42EA is #62BD15. Grayscale: #6F6F6F. Windows color (decimal): -6470934 or 15352477. OLE color: 15352477.

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

Color convert

RGB 157 66 234 -
CMYK 0.33 0.72 0 0.08
HSL 272.5º 0.8% 0.59% -
HSV(B) 272.5º 0.72% 0.92% -
XYZ 30.7 17.01 79.51 -
YUV 112.36 196.65 159.84 -
System Red Green Blue C M Y K H S L
Decimal 157 66 234 0.33 0.72 0 0.08 272.5 0.8 0.59
Hex 9D 42 EA 21 48 0 8 110 50 3B
Octal 235 102 352 41 110 0 10 420 120 73
Binary 10011101 1000010 11101010 100001 1001000 0 1000 100010000 1010000 111011

Color Harmonies of #9D42EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D42EA

Black with #9D42EA

Text Example


Text Example

White with #9D42EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D42EA; }

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

 H1.HeaderClassName
 {
   color: #9D42EA;
 }
 .AnyTagClassName
 {
   color: #9D42EA;
 }
</style>

background-color css

<style>
 a { background-color: #9D42EA; }

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

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

border-color css

<style>
 span { border-color: #9D42EA; }

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

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