Html Css Color HEX #9D32F1 Blue Violet

📋 copy color: '#9D32F1'

red 157 ◦ green 50 ◦ blue 241

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

Shades of Blue Violet #9D32F1

Tints of Blue Violet #9D32F1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.16%

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

R = 35.04%
G = 11.16%
B = 53.79%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9D32F1 (or 0x9D32F1) is known color: Blue Violet. HEX triplet: 9D, 32 and F1. RGB value is (157,50,241). Sum of RGB (Red+Green+Blue) = 157+50+241=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D32F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D32F1 is #62CD0E. Grayscale: #676767. Windows color (decimal): -6475023 or 15807133. OLE color: 15807133.

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

Color convert

RGB 157 50 241 -
CMYK 0.35 0.79 0 0.05
HSL 273.61º 0.87% 0.57% -
HSV(B) 273.61º 0.79% 0.95% -
XYZ 30.92 15.8 84.64 -
YUV 103.77 205.45 165.97 -
System Red Green Blue C M Y K H S L
Decimal 157 50 241 0.35 0.79 0 0.05 273.61 0.87 0.57
Hex 9D 32 F1 23 4F 0 5 112 57 39
Octal 235 62 361 43 117 0 5 422 127 71
Binary 10011101 110010 11110001 100011 1001111 0 101 100010010 1010111 111001

Color Harmonies of #9D32F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D32F1

Black with #9D32F1

Text Example


Text Example

White with #9D32F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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