Html Css Color HEX #9D4DED Blue Violet

📋 copy color: '#9D4DED'

red 157 ◦ green 77 ◦ blue 237

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

Shades of Blue Violet #9D4DED

Tints of Blue Violet #9D4DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 33.33%
G = 16.35%
B = 50.32%

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

#9D4DED (or 0x9D4DED) is known color: Blue Violet. HEX triplet: 9D, 4D and ED. RGB value is (157,77,237). Sum of RGB (Red+Green+Blue) = 157+77+237=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4DED is #62B212. Grayscale: #767676. Windows color (decimal): -6468115 or 15551901. OLE color: 15551901.

HSL color Cylindrical-coordinate representation of color #9D4DED: hue angle of 270º degrees, saturation: 0.82, 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 #9D4DED is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 77 237 -
CMYK 0.34 0.68 0 0.07
HSL 270º 0.82% 0.62% -
HSV(B) 270º 0.68% 0.93% -
XYZ 31.84 18.59 82.03 -
YUV 119.16 194.5 154.99 -
System Red Green Blue C M Y K H S L
Decimal 157 77 237 0.34 0.68 0 0.07 270 0.82 0.62
Hex 9D 4D ED 22 44 0 7 10E 52 3E
Octal 235 115 355 42 104 0 7 416 122 76
Binary 10011101 1001101 11101101 100010 1000100 0 111 100001110 1010010 111110

Color Harmonies of #9D4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4DED

Black with #9D4DED

Text Example


Text Example

White with #9D4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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