Html Css Color HEX #9D4DEE Blue Violet

📋 copy color: '#9D4DEE'

red 157 ◦ green 77 ◦ blue 238

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

Shades of Blue Violet #9D4DEE

Tints of Blue Violet #9D4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 33.26%
G = 16.31%
B = 50.42%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9D4DEE (or 0x9D4DEE) is known color: Blue Violet. HEX triplet: 9D, 4D and EE. RGB value is (157,77,238). Sum of RGB (Red+Green+Blue) = 157+77+238=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4DEE is #62B211. Grayscale: #767676. Windows color (decimal): -6468114 or 15617437. OLE color: 15617437.

HSL color Cylindrical-coordinate representation of color #9D4DEE: hue angle of 269.81º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D4DEE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 77 238 -
CMYK 0.34 0.68 0 0.07
HSL 269.81º 0.83% 0.62% -
HSV(B) 269.81º 0.68% 0.93% -
XYZ 31.99 18.65 82.8 -
YUV 119.27 195 154.91 -
System Red Green Blue C M Y K H S L
Decimal 157 77 238 0.34 0.68 0 0.07 269.81 0.83 0.62
Hex 9D 4D EE 22 44 0 7 10E 53 3E
Octal 235 115 356 42 104 0 7 416 123 76
Binary 10011101 1001101 11101110 100010 1000100 0 111 100001110 1010011 111110

Color Harmonies of #9D4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4DEE

Black with #9D4DEE

Text Example


Text Example

White with #9D4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,77,238); }

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

background-color css

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

 a { background-color: rgb(157,77,238); }

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

border-color css

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

 span { border-color: rgb(157,77,238); }

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