Html Css Color HEX #9507EA Dark Violet

📋 copy color: '#9507EA'

red 149 ◦ green 7 ◦ blue 234

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

Shades of Dark Violet #9507EA

Tints of Dark Violet #9507EA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.79%

 BLUE value IS 234 (91.8% from 255) = 60%

R = 38.21%
G = 1.79%
B = 60%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9507EA (or 0x9507EA) is known color: Dark Violet. HEX triplet: 95, 07 and EA. RGB value is (149,7,234). Sum of RGB (Red+Green+Blue) = 149+7+234=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #9507EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9507EA is #6AF815. Grayscale: #4A4A4A. Windows color (decimal): -7010326 or 15337365. OLE color: 15337365.

HSL color Cylindrical-coordinate representation of color #9507EA: hue angle of 277.53º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9507EA is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 7 234 -
CMYK 0.36 0.97 0 0.08
HSL 277.53º 0.94% 0.47% -
HSV(B) 277.53º 0.97% 0.92% -
XYZ 27.32 12.48 78.81 -
YUV 75.34 217.54 180.54 -
System Red Green Blue C M Y K H S L
Decimal 149 7 234 0.36 0.97 0 0.08 277.53 0.94 0.47
Hex 95 7 EA 24 61 0 8 116 5E 2F
Octal 225 7 352 44 141 0 10 426 136 57
Binary 10010101 111 11101010 100100 1100001 0 1000 100010110 1011110 101111

Color Harmonies of #9507EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9507EA

Black with #9507EA

Text Example


Text Example

White with #9507EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9507EA; }

 p { color: rgb(149,7,234); }

 H1.HeaderClassName
 {
   color: #9507EA;
 }
 .AnyTagClassName
 {
   color: #9507EA;
 }
</style>

background-color css

<style>
 a { background-color: #9507EA; }

 a { background-color: rgb(149,7,234); }

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

border-color css

<style>
 span { border-color: #9507EA; }

 span { border-color: rgb(149,7,234); }

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