Html Css Color HEX #9509CA Dark Violet

📋 copy color: '#9509CA'

red 149 ◦ green 9 ◦ blue 202

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

Shades of Dark Violet #9509CA

Tints of Dark Violet #9509CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.5%

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

R = 41.39%
G = 2.5%
B = 56.11%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9509CA (or 0x9509CA) is known color: Dark Violet. HEX triplet: 95, 09 and CA. RGB value is (149,9,202). Sum of RGB (Red+Green+Blue) = 149+9+202=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #9509CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509CA is #6AF635. Grayscale: #484848. Windows color (decimal): -7009846 or 13240725. OLE color: 13240725.

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

Color convert

RGB 149 9 202 -
CMYK 0.26 0.96 0 0.21
HSL 283.52º 0.91% 0.41% -
HSV(B) 283.52º 0.96% 0.79% -
XYZ 23.15 10.85 56.75 -
YUV 72.86 200.88 182.31 -
System Red Green Blue C M Y K H S L
Decimal 149 9 202 0.26 0.96 0 0.21 283.52 0.91 0.41
Hex 95 9 CA 1A 60 0 15 11C 5B 29
Octal 225 11 312 32 140 0 25 434 133 51
Binary 10010101 1001 11001010 11010 1100000 0 10101 100011100 1011011 101001

Color Harmonies of #9509CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9509CA

Black with #9509CA

Text Example


Text Example

White with #9509CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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