Html Css Color HEX #9509E5 Dark Violet

📋 copy color: '#9509E5'

red 149 ◦ green 9 ◦ blue 229

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

Shades of Dark Violet #9509E5

Tints of Dark Violet #9509E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 59.17%

R = 38.5%
G = 2.33%
B = 59.17%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9509E5 (or 0x9509E5) is known color: Dark Violet. HEX triplet: 95, 09 and E5. RGB value is (149,9,229). Sum of RGB (Red+Green+Blue) = 149+9+229=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #9509E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509E5 is #6AF61A. Grayscale: #4B4B4B. Windows color (decimal): -7009819 or 15010197. OLE color: 15010197.

HSL color Cylindrical-coordinate representation of color #9509E5: hue angle of 278.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9509E5 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 9 229 -
CMYK 0.35 0.96 0 0.10
HSL 278.18º 0.92% 0.47% -
HSV(B) 278.18º 0.96% 0.9% -
XYZ 26.63 12.24 75.09 -
YUV 75.94 214.38 180.11 -
System Red Green Blue C M Y K H S L
Decimal 149 9 229 0.35 0.96 0 0.10 278.18 0.92 0.47
Hex 95 9 E5 23 60 0 A 116 5C 2F
Octal 225 11 345 43 140 0 12 426 134 57
Binary 10010101 1001 11100101 100011 1100000 0 1010 100010110 1011100 101111

Color Harmonies of #9509E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9509E5

Black with #9509E5

Text Example


Text Example

White with #9509E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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