Html Css Color HEX #9D20F1 Blue Violet

📋 copy color: '#9D20F1'

red 157 ◦ green 32 ◦ blue 241

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

Shades of Blue Violet #9D20F1

Tints of Blue Violet #9D20F1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.44%

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 36.51%
G = 7.44%
B = 56.05%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9D20F1 (or 0x9D20F1) is known color: Blue Violet. HEX triplet: 9D, 20 and F1. RGB value is (157,32,241). Sum of RGB (Red+Green+Blue) = 157+32+241=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D20F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D20F1 is #62DF0E. Grayscale: #5C5C5C. Windows color (decimal): -6479631 or 15802525. OLE color: 15802525.

HSL color Cylindrical-coordinate representation of color #9D20F1: hue angle of 275.89º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D20F1 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 32 241 -
CMYK 0.35 0.87 0 0.05
HSL 275.89º 0.88% 0.54% -
HSV(B) 275.89º 0.87% 0.95% -
XYZ 30.3 14.55 84.43 -
YUV 93.2 211.41 173.51 -
System Red Green Blue C M Y K H S L
Decimal 157 32 241 0.35 0.87 0 0.05 275.89 0.88 0.54
Hex 9D 20 F1 23 57 0 5 114 58 36
Octal 235 40 361 43 127 0 5 424 130 66
Binary 10011101 100000 11110001 100011 1010111 0 101 100010100 1011000 110110

Color Harmonies of #9D20F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D20F1

Black with #9D20F1

Text Example


Text Example

White with #9D20F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,32,241); }

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

background-color css

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

 a { background-color: rgb(157,32,241); }

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

border-color css

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

 span { border-color: rgb(157,32,241); }

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