Html Css Color HEX #9D4CEE Blue Violet

📋 copy color: '#9D4CEE'

red 157 ◦ green 76 ◦ blue 238

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

Shades of Blue Violet #9D4CEE

Tints of Blue Violet #9D4CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

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

R = 33.33%
G = 16.14%
B = 50.53%

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

#9D4CEE (or 0x9D4CEE) is known color: Blue Violet. HEX triplet: 9D, 4C and EE. RGB value is (157,76,238). Sum of RGB (Red+Green+Blue) = 157+76+238=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D4CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4CEE is #62B311. Grayscale: #767676. Windows color (decimal): -6468370 or 15617181. OLE color: 15617181.

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

Color convert

RGB 157 76 238 -
CMYK 0.34 0.68 0 0.07
HSL 270º 0.83% 0.62% -
HSV(B) 270º 0.68% 0.93% -
XYZ 31.92 18.51 82.78 -
YUV 118.69 195.34 155.33 -
System Red Green Blue C M Y K H S L
Decimal 157 76 238 0.34 0.68 0 0.07 270 0.83 0.62
Hex 9D 4C EE 22 44 0 7 10E 53 3E
Octal 235 114 356 42 104 0 7 416 123 76
Binary 10011101 1001100 11101110 100010 1000100 0 111 100001110 1010011 111110

Color Harmonies of #9D4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4CEE

Black with #9D4CEE

Text Example


Text Example

White with #9D4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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