Html Css Color HEX #9503C6 Dark Violet

📋 copy color: '#9503C6'

red 149 ◦ green 3 ◦ blue 198

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

Shades of Dark Violet #9503C6

Tints of Dark Violet #9503C6

RGB

 RED value IS 149 (58.59% from 255) = 42.57%

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 198 (77.73% from 255) = 56.57%

R = 42.57%
G = 0.86%
B = 56.57%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9503C6 (or 0x9503C6) is known color: Dark Violet. HEX triplet: 95, 03 and C6. RGB value is (149,3,198). Sum of RGB (Red+Green+Blue) = 149+3+198=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #9503C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9503C6 is #6AFC39. Grayscale: #444444. Windows color (decimal): -7011386 or 12977045. OLE color: 12977045.

HSL color Cylindrical-coordinate representation of color #9503C6: hue angle of 284.92º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9503C6 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 3 198 -
CMYK 0.25 0.98 0 0.22
HSL 284.92º 0.97% 0.39% -
HSV(B) 284.92º 0.98% 0.78% -
XYZ 22.62 10.53 54.27 -
YUV 68.88 200.87 185.14 -
System Red Green Blue C M Y K H S L
Decimal 149 3 198 0.25 0.98 0 0.22 284.92 0.97 0.39
Hex 95 3 C6 19 62 0 16 11D 61 27
Octal 225 3 306 31 142 0 26 435 141 47
Binary 10010101 11 11000110 11001 1100010 0 10110 100011101 1100001 100111

Color Harmonies of #9503C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9503C6

Black with #9503C6

Text Example


Text Example

White with #9503C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9503C6; }

 p { color: rgb(149,3,198); }

 H1.HeaderClassName
 {
   color: #9503C6;
 }
 .AnyTagClassName
 {
   color: #9503C6;
 }
</style>

background-color css

<style>
 a { background-color: #9503C6; }

 a { background-color: rgb(149,3,198); }

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

border-color css

<style>
 span { border-color: #9503C6; }

 span { border-color: rgb(149,3,198); }

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