Html Css Color HEX #9D4DFF Blue Violet

📋 copy color: '#9D4DFF'

red 157 ◦ green 77 ◦ blue 255

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

Shades of Blue Violet #9D4DFF

Tints of Blue Violet #9D4DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 32.11%
G = 15.75%
B = 52.15%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D4DFF (or 0x9D4DFF) is known color: Blue Violet. HEX triplet: 9D, 4D and FF. RGB value is (157,77,255). Sum of RGB (Red+Green+Blue) = 157+77+255=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4DFF is #62B200. Grayscale: #787878. Windows color (decimal): -6468097 or 16731549. OLE color: 16731549.

HSL color Cylindrical-coordinate representation of color #9D4DFF: hue angle of 266.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D4DFF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 157 77 255 -
CMYK 0.38 0.70 0 0
HSL 266.97º 1% 0.65% -
HSV(B) 266.97º 0.7% 1% -
XYZ 34.61 19.7 96.59 -
YUV 121.21 203.5 153.53 -
System Red Green Blue C M Y K H S L
Decimal 157 77 255 0.38 0.70 0 0 266.97 1 0.65
Hex 9D 4D FF 26 46 0 0 10B 64 41
Octal 235 115 377 46 106 0 0 413 144 101
Binary 10011101 1001101 11111111 100110 1000110 0 0 100001011 1100100 1000001

Color Harmonies of #9D4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4DFF

Black with #9D4DFF

Text Example


Text Example

White with #9D4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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