Html Css Color HEX #9D49EA Blue Violet

📋 copy color: '#9D49EA'

red 157 ◦ green 73 ◦ blue 234

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

Shades of Blue Violet #9D49EA

Tints of Blue Violet #9D49EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.73%

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

R = 33.84%
G = 15.73%
B = 50.43%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D49EA (or 0x9D49EA) is known color: Blue Violet. HEX triplet: 9D, 49 and EA. RGB value is (157,73,234). Sum of RGB (Red+Green+Blue) = 157+73+234=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D49EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D49EA is #62B615. Grayscale: #737373. Windows color (decimal): -6469142 or 15354269. OLE color: 15354269.

HSL color Cylindrical-coordinate representation of color #9D49EA: hue angle of 271.3º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D49EA is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 73 234 -
CMYK 0.33 0.69 0 0.08
HSL 271.3º 0.79% 0.6% -
HSV(B) 271.3º 0.69% 0.92% -
XYZ 31.14 17.87 79.65 -
YUV 116.47 194.33 156.91 -
System Red Green Blue C M Y K H S L
Decimal 157 73 234 0.33 0.69 0 0.08 271.3 0.79 0.6
Hex 9D 49 EA 21 45 0 8 10F 4F 3C
Octal 235 111 352 41 105 0 10 417 117 74
Binary 10011101 1001001 11101010 100001 1000101 0 1000 100001111 1001111 111100

Color Harmonies of #9D49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D49EA

Black with #9D49EA

Text Example


Text Example

White with #9D49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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