Html Css Color HEX #9D41A7 Violet Blue

📋 copy color: '#9D41A7'

red 157 ◦ green 65 ◦ blue 167

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

Shades of Violet Blue #9D41A7

Tints of Violet Blue #9D41A7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.71%

 BLUE value IS 167 (65.63% from 255) = 42.93%

R = 40.36%
G = 16.71%
B = 42.93%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9D41A7 (or 0x9D41A7) is known color: Violet Blue. HEX triplet: 9D, 41 and A7. RGB value is (157,65,167). Sum of RGB (Red+Green+Blue) = 157+65+167=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 167 - color contains mainly: blue. Hex color #9D41A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D41A7 is #62BE58. Grayscale: #676767. Windows color (decimal): -6471257 or 10961309. OLE color: 10961309.

HSL color Cylindrical-coordinate representation of color #9D41A7: hue angle of 294.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D41A7 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 65 167 -
CMYK 0.06 0.61 0 0.35
HSL 294.12º 0.44% 0.45% -
HSV(B) 294.12º 0.61% 0.65% -
XYZ 22.77 13.74 38.01 -
YUV 104.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 157 65 167 0.06 0.61 0 0.35 294.12 0.44 0.45
Hex 9D 41 A7 6 3D 0 23 126 2C 2D
Octal 235 101 247 6 75 0 43 446 54 55
Binary 10011101 1000001 10100111 110 111101 0 100011 100100110 101100 101101

Color Harmonies of #9D41A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D41A7

Black with #9D41A7

Text Example


Text Example

White with #9D41A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,65,167); }

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

background-color css

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

 a { background-color: rgb(157,65,167); }

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

border-color css

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

 span { border-color: rgb(157,65,167); }

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