Html Css Color HEX #9505CA Dark Violet

📋 copy color: '#9505CA'

red 149 ◦ green 5 ◦ blue 202

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

Shades of Dark Violet #9505CA

Tints of Dark Violet #9505CA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 202 (79.3% from 255) = 56.74%

R = 41.85%
G = 1.4%
B = 56.74%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9505CA (or 0x9505CA) is known color: Dark Violet. HEX triplet: 95, 05 and CA. RGB value is (149,5,202). Sum of RGB (Red+Green+Blue) = 149+5+202=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #9505CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9505CA is #6AFA35. Grayscale: #454545. Windows color (decimal): -7010870 or 13239701. OLE color: 13239701.

HSL color Cylindrical-coordinate representation of color #9505CA: hue angle of 283.86º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9505CA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 5 202 -
CMYK 0.26 0.98 0 0.21
HSL 283.86º 0.95% 0.41% -
HSV(B) 283.86º 0.98% 0.79% -
XYZ 23.11 10.76 56.74 -
YUV 70.51 202.21 183.98 -
System Red Green Blue C M Y K H S L
Decimal 149 5 202 0.26 0.98 0 0.21 283.86 0.95 0.41
Hex 95 5 CA 1A 62 0 15 11C 5F 29
Octal 225 5 312 32 142 0 25 434 137 51
Binary 10010101 101 11001010 11010 1100010 0 10101 100011100 1011111 101001

Color Harmonies of #9505CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9505CA

Black with #9505CA

Text Example


Text Example

White with #9505CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9505CA; }

 p { color: rgb(149,5,202); }

 H1.HeaderClassName
 {
   color: #9505CA;
 }
 .AnyTagClassName
 {
   color: #9505CA;
 }
</style>

background-color css

<style>
 a { background-color: #9505CA; }

 a { background-color: rgb(149,5,202); }

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

border-color css

<style>
 span { border-color: #9505CA; }

 span { border-color: rgb(149,5,202); }

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