Html Css Color HEX #9D1ADE Blue Violet

📋 copy color: '#9D1ADE'

red 157 ◦ green 26 ◦ blue 222

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

Shades of Blue Violet #9D1ADE

Tints of Blue Violet #9D1ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.42%

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 38.77%
G = 6.42%
B = 54.81%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D1ADE (or 0x9D1ADE) is known color: Blue Violet. HEX triplet: 9D, 1A and DE. RGB value is (157,26,222). Sum of RGB (Red+Green+Blue) = 157+26+222=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D1ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1ADE is #62E521. Grayscale: #565656. Windows color (decimal): -6481186 or 14555805. OLE color: 14555805.

HSL color Cylindrical-coordinate representation of color #9D1ADE: hue angle of 280.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1ADE is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 26 222 -
CMYK 0.29 0.88 0 0.13
HSL 280.1º 0.79% 0.49% -
HSV(B) 280.1º 0.88% 0.87% -
XYZ 27.46 13.18 70.2 -
YUV 87.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 157 26 222 0.29 0.88 0 0.13 280.1 0.79 0.49
Hex 9D 1A DE 1D 58 0 D 118 4F 31
Octal 235 32 336 35 130 0 15 430 117 61
Binary 10011101 11010 11011110 11101 1011000 0 1101 100011000 1001111 110001

Color Harmonies of #9D1ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1ADE

Black with #9D1ADE

Text Example


Text Example

White with #9D1ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,26,222); }

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

background-color css

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

 a { background-color: rgb(157,26,222); }

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

border-color css

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

 span { border-color: rgb(157,26,222); }

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