Html Css Color HEX #9508F5 Dark Violet

📋 copy color: '#9508F5'

red 149 ◦ green 8 ◦ blue 245

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

Shades of Dark Violet #9508F5

Tints of Dark Violet #9508F5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.99%

 BLUE value IS 245 (96.09% from 255) = 60.95%

R = 37.06%
G = 1.99%
B = 60.95%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9508F5 (or 0x9508F5) is known color: Dark Violet. HEX triplet: 95, 08 and F5. RGB value is (149,8,245). Sum of RGB (Red+Green+Blue) = 149+8+245=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 245 (96.09% from 255 or 60.95% from 402); Max value from RGB is 245 - color contains mainly: blue. Hex color #9508F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9508F5 is #6AF70A. Grayscale: #4C4C4C. Windows color (decimal): -7010059 or 16058517. OLE color: 16058517.

HSL color Cylindrical-coordinate representation of color #9508F5: hue angle of 275.7º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9508F5 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 8 245 -
CMYK 0.39 0.97 0 0.04
HSL 275.7º 0.94% 0.5% -
HSV(B) 275.7º 0.97% 0.96% -
XYZ 28.96 13.16 87.4 -
YUV 77.18 222.71 179.23 -
System Red Green Blue C M Y K H S L
Decimal 149 8 245 0.39 0.97 0 0.04 275.7 0.94 0.5
Hex 95 8 F5 27 61 0 4 114 5E 32
Octal 225 10 365 47 141 0 4 424 136 62
Binary 10010101 1000 11110101 100111 1100001 0 100 100010100 1011110 110010

Color Harmonies of #9508F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9508F5

Black with #9508F5

Text Example


Text Example

White with #9508F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9508F5; }

 p { color: rgb(149,8,245); }

 H1.HeaderClassName
 {
   color: #9508F5;
 }
 .AnyTagClassName
 {
   color: #9508F5;
 }
</style>

background-color css

<style>
 a { background-color: #9508F5; }

 a { background-color: rgb(149,8,245); }

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

border-color css

<style>
 span { border-color: #9508F5; }

 span { border-color: rgb(149,8,245); }

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