Html Css Color HEX #9509BC Dark Violet

📋 copy color: '#9509BC'

red 149 ◦ green 9 ◦ blue 188

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

Shades of Dark Violet #9509BC

Tints of Dark Violet #9509BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 43.06%
G = 2.6%
B = 54.34%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9509BC (or 0x9509BC) is known color: Dark Violet. HEX triplet: 95, 09 and BC. RGB value is (149,9,188). Sum of RGB (Red+Green+Blue) = 149+9+188=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #9509BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509BC is #6AF643. Grayscale: #464646. Windows color (decimal): -7009860 or 12323221. OLE color: 12323221.

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

Color convert

RGB 149 9 188 -
CMYK 0.21 0.95 0 0.26
HSL 286.93º 0.91% 0.39% -
HSV(B) 286.93º 0.95% 0.74% -
XYZ 21.57 10.22 48.41 -
YUV 71.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 149 9 188 0.21 0.95 0 0.26 286.93 0.91 0.39
Hex 95 9 BC 15 5F 0 1A 11F 5B 27
Octal 225 11 274 25 137 0 32 437 133 47
Binary 10010101 1001 10111100 10101 1011111 0 11010 100011111 1011011 100111

Color Harmonies of #9509BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9509BC

Black with #9509BC

Text Example


Text Example

White with #9509BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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