Html Css Color HEX #9D4DEC Blue Violet

📋 copy color: '#9D4DEC'

red 157 ◦ green 77 ◦ blue 236

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

Shades of Blue Violet #9D4DEC

Tints of Blue Violet #9D4DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 33.4%
G = 16.38%
B = 50.21%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9D4DEC (or 0x9D4DEC) is known color: Blue Violet. HEX triplet: 9D, 4D and EC. RGB value is (157,77,236). Sum of RGB (Red+Green+Blue) = 157+77+236=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4DEC is #62B213. Grayscale: #767676. Windows color (decimal): -6468116 or 15486365. OLE color: 15486365.

HSL color Cylindrical-coordinate representation of color #9D4DEC: hue angle of 270.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D4DEC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 77 236 -
CMYK 0.33 0.67 0 0.07
HSL 270.19º 0.81% 0.61% -
HSV(B) 270.19º 0.67% 0.93% -
XYZ 31.7 18.53 81.26 -
YUV 119.05 194 155.07 -
System Red Green Blue C M Y K H S L
Decimal 157 77 236 0.33 0.67 0 0.07 270.19 0.81 0.61
Hex 9D 4D EC 21 43 0 7 10E 51 3D
Octal 235 115 354 41 103 0 7 416 121 75
Binary 10011101 1001101 11101100 100001 1000011 0 111 100001110 1010001 111101

Color Harmonies of #9D4DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4DEC

Black with #9D4DEC

Text Example


Text Example

White with #9D4DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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