Html Css Color HEX #9509BE Dark Violet

📋 copy color: '#9509BE'

red 149 ◦ green 9 ◦ blue 190

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

Shades of Dark Violet #9509BE

Tints of Dark Violet #9509BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 42.82%
G = 2.59%
B = 54.6%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9509BE (or 0x9509BE) is known color: Dark Violet. HEX triplet: 95, 09 and BE. RGB value is (149,9,190). Sum of RGB (Red+Green+Blue) = 149+9+190=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #9509BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509BE is #6AF641. Grayscale: #464646. Windows color (decimal): -7009858 or 12454293. OLE color: 12454293.

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

Color convert

RGB 149 9 190 -
CMYK 0.22 0.95 0 0.25
HSL 286.41º 0.91% 0.39% -
HSV(B) 286.41º 0.95% 0.75% -
XYZ 21.79 10.3 49.56 -
YUV 71.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 149 9 190 0.22 0.95 0 0.25 286.41 0.91 0.39
Hex 95 9 BE 16 5F 0 19 11E 5B 27
Octal 225 11 276 26 137 0 31 436 133 47
Binary 10010101 1001 10111110 10110 1011111 0 11001 100011110 1011011 100111

Color Harmonies of #9509BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9509BE

Black with #9509BE

Text Example


Text Example

White with #9509BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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