Html Css Color HEX #9121DD Blue Violet

📋 copy color: '#9121DD'

red 145 ◦ green 33 ◦ blue 221

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

Shades of Blue Violet #9121DD

Tints of Blue Violet #9121DD

RGB

 RED value IS 145 (57.03% from 255) = 36.34%

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

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 36.34%
G = 8.27%
B = 55.39%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9121DD (or 0x9121DD) is known color: Blue Violet. HEX triplet: 91, 21 and DD. RGB value is (145,33,221). Sum of RGB (Red+Green+Blue) = 145+33+221=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #9121DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9121DD is #6EDE22. Grayscale: #575757. Windows color (decimal): -7265827 or 14492049. OLE color: 14492049.

HSL color Cylindrical-coordinate representation of color #9121DD: hue angle of 275.74º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9121DD is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 33 221 -
CMYK 0.34 0.85 0 0.13
HSL 275.74º 0.74% 0.5% -
HSV(B) 275.74º 0.85% 0.87% -
XYZ 25.27 12.33 69.45 -
YUV 87.92 203.11 168.71 -
System Red Green Blue C M Y K H S L
Decimal 145 33 221 0.34 0.85 0 0.13 275.74 0.74 0.5
Hex 91 21 DD 22 55 0 D 114 4A 32
Octal 221 41 335 42 125 0 15 424 112 62
Binary 10010001 100001 11011101 100010 1010101 0 1101 100010100 1001010 110010

Color Harmonies of #9121DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9121DD

Black with #9121DD

Text Example


Text Example

White with #9121DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9121DD; }

 p { color: rgb(145,33,221); }

 H1.HeaderClassName
 {
   color: #9121DD;
 }
 .AnyTagClassName
 {
   color: #9121DD;
 }
</style>

background-color css

<style>
 a { background-color: #9121DD; }

 a { background-color: rgb(145,33,221); }

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

border-color css

<style>
 span { border-color: #9121DD; }

 span { border-color: rgb(145,33,221); }

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