Html Css Color HEX #9D21E8 Blue Violet

📋 copy color: '#9D21E8'

red 157 ◦ green 33 ◦ blue 232

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

Shades of Blue Violet #9D21E8

Tints of Blue Violet #9D21E8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.82%

 BLUE value IS 232 (91.02% from 255) = 54.98%

R = 37.2%
G = 7.82%
B = 54.98%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9D21E8 (or 0x9D21E8) is known color: Blue Violet. HEX triplet: 9D, 21 and E8. RGB value is (157,33,232). Sum of RGB (Red+Green+Blue) = 157+33+232=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 232 (91.02% from 255 or 54.98% from 422); Max value from RGB is 232 - color contains mainly: blue. Hex color #9D21E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D21E8 is #62DE17. Grayscale: #5C5C5C. Windows color (decimal): -6479384 or 15212957. OLE color: 15212957.

HSL color Cylindrical-coordinate representation of color #9D21E8: hue angle of 277.39º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D21E8 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 33 232 -
CMYK 0.32 0.86 0 0.09
HSL 277.39º 0.81% 0.52% -
HSV(B) 277.39º 0.86% 0.91% -
XYZ 29.01 14.08 77.53 -
YUV 92.76 206.58 173.82 -
System Red Green Blue C M Y K H S L
Decimal 157 33 232 0.32 0.86 0 0.09 277.39 0.81 0.52
Hex 9D 21 E8 20 56 0 9 115 51 34
Octal 235 41 350 40 126 0 11 425 121 64
Binary 10011101 100001 11101000 100000 1010110 0 1001 100010101 1010001 110100

Color Harmonies of #9D21E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D21E8

Black with #9D21E8

Text Example


Text Example

White with #9D21E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,33,232); }

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

background-color css

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

 a { background-color: rgb(157,33,232); }

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

border-color css

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

 span { border-color: rgb(157,33,232); }

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