Html Css Color HEX #9508E8 Dark Violet

📋 copy color: '#9508E8'

red 149 ◦ green 8 ◦ blue 232

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

Shades of Dark Violet #9508E8

Tints of Dark Violet #9508E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 59.64%

R = 38.3%
G = 2.06%
B = 59.64%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9508E8 (or 0x9508E8) is known color: Dark Violet. HEX triplet: 95, 08 and E8. RGB value is (149,8,232). Sum of RGB (Red+Green+Blue) = 149+8+232=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 232 (91.02% from 255 or 59.64% from 389); Max value from RGB is 232 - color contains mainly: blue. Hex color #9508E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9508E8 is #6AF717. Grayscale: #4A4A4A. Windows color (decimal): -7010072 or 15206549. OLE color: 15206549.

HSL color Cylindrical-coordinate representation of color #9508E8: hue angle of 277.77º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9508E8 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 8 232 -
CMYK 0.36 0.97 0 0.09
HSL 277.77º 0.93% 0.47% -
HSV(B) 277.77º 0.97% 0.91% -
XYZ 27.05 12.39 77.31 -
YUV 75.7 216.21 180.29 -
System Red Green Blue C M Y K H S L
Decimal 149 8 232 0.36 0.97 0 0.09 277.77 0.93 0.47
Hex 95 8 E8 24 61 0 9 116 5D 2F
Octal 225 10 350 44 141 0 11 426 135 57
Binary 10010101 1000 11101000 100100 1100001 0 1001 100010110 1011101 101111

Color Harmonies of #9508E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9508E8

Black with #9508E8

Text Example


Text Example

White with #9508E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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