Html Css Color HEX #9509F9 Dark Violet

📋 copy color: '#9509F9'

red 149 ◦ green 9 ◦ blue 249

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

Shades of Dark Violet #9509F9

Tints of Dark Violet #9509F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 61.18%

R = 36.61%
G = 2.21%
B = 61.18%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9509F9 (or 0x9509F9) is known color: Dark Violet. HEX triplet: 95, 09 and F9. RGB value is (149,9,249). Sum of RGB (Red+Green+Blue) = 149+9+249=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #9509F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9509F9 is #6AF606. Grayscale: #4D4D4D. Windows color (decimal): -7009799 or 16320917. OLE color: 16320917.

HSL color Cylindrical-coordinate representation of color #9509F9: hue angle of 275º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9509F9 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 9 249 -
CMYK 0.40 0.96 0 0.02
HSL 275º 0.95% 0.51% -
HSV(B) 275º 0.96% 0.98% -
XYZ 29.59 13.42 90.65 -
YUV 78.22 224.38 178.49 -
System Red Green Blue C M Y K H S L
Decimal 149 9 249 0.40 0.96 0 0.02 275 0.95 0.51
Hex 95 9 F9 28 60 0 2 113 5F 33
Octal 225 11 371 50 140 0 2 423 137 63
Binary 10010101 1001 11111001 101000 1100000 0 10 100010011 1011111 110011

Color Harmonies of #9509F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9509F9

Black with #9509F9

Text Example


Text Example

White with #9509F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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