Html Css Color HEX #9507FA Dark Violet

📋 copy color: '#9507FA'

red 149 ◦ green 7 ◦ blue 250

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

Shades of Dark Violet #9507FA

Tints of Dark Violet #9507FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 36.7%
G = 1.72%
B = 61.58%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9507FA (or 0x9507FA) is known color: Dark Violet. HEX triplet: 95, 07 and FA. RGB value is (149,7,250). Sum of RGB (Red+Green+Blue) = 149+7+250=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #9507FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9507FA is #6AF805. Grayscale: #4C4C4C. Windows color (decimal): -7010310 or 16385941. OLE color: 16385941.

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

Color convert

RGB 149 7 250 -
CMYK 0.40 0.97 0 0.02
HSL 275.06º 0.96% 0.5% -
HSV(B) 275.06º 0.97% 0.98% -
XYZ 29.73 13.44 91.47 -
YUV 77.16 225.54 179.24 -
System Red Green Blue C M Y K H S L
Decimal 149 7 250 0.40 0.97 0 0.02 275.06 0.96 0.5
Hex 95 7 FA 28 61 0 2 113 60 32
Octal 225 7 372 50 141 0 2 423 140 62
Binary 10010101 111 11111010 101000 1100001 0 10 100010011 1100000 110010

Color Harmonies of #9507FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9507FA

Black with #9507FA

Text Example


Text Example

White with #9507FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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