Html Css Color HEX #9D4EEF Blue Violet

📋 copy color: '#9D4EEF'

red 157 ◦ green 78 ◦ blue 239

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

Shades of Blue Violet #9D4EEF

Tints of Blue Violet #9D4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.46%

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 33.12%
G = 16.46%
B = 50.42%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9D4EEF (or 0x9D4EEF) is known color: Blue Violet. HEX triplet: 9D, 4E and EF. RGB value is (157,78,239). Sum of RGB (Red+Green+Blue) = 157+78+239=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D4EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D4EEF is #62B110. Grayscale: #777777. Windows color (decimal): -6467857 or 15683229. OLE color: 15683229.

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

Color convert

RGB 157 78 239 -
CMYK 0.34 0.67 0 0.06
HSL 269.44º 0.83% 0.62% -
HSV(B) 269.44º 0.67% 0.94% -
XYZ 32.21 18.85 83.6 -
YUV 119.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 157 78 239 0.34 0.67 0 0.06 269.44 0.83 0.62
Hex 9D 4E EF 22 43 0 6 10D 53 3E
Octal 235 116 357 42 103 0 6 415 123 76
Binary 10011101 1001110 11101111 100010 1000011 0 110 100001101 1010011 111110

Color Harmonies of #9D4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4EEF

Black with #9D4EEF

Text Example


Text Example

White with #9D4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,78,239); }

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

background-color css

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

 a { background-color: rgb(157,78,239); }

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

border-color css

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

 span { border-color: rgb(157,78,239); }

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