Html Css Color HEX #9507FE Dark Violet

📋 copy color: '#9507FE'

red 149 ◦ green 7 ◦ blue 254

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

Shades of Dark Violet #9507FE

Tints of Dark Violet #9507FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.95%

R = 36.34%
G = 1.71%
B = 61.95%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9507FE (or 0x9507FE) is known color: Dark Violet. HEX triplet: 95, 07 and FE. RGB value is (149,7,254). Sum of RGB (Red+Green+Blue) = 149+7+254=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #9507FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9507FE is #6AF801. Grayscale: #4C4C4C. Windows color (decimal): -7010306 or 16648085. OLE color: 16648085.

HSL color Cylindrical-coordinate representation of color #9507FE: hue angle of 274.49º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9507FE is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 7 254 -
CMYK 0.41 0.97 0 0.00
HSL 274.49º 0.99% 0.51% -
HSV(B) 274.49º 0.97% 1% -
XYZ 30.36 13.7 94.81 -
YUV 77.62 227.54 178.92 -
System Red Green Blue C M Y K H S L
Decimal 149 7 254 0.41 0.97 0 0.00 274.49 0.99 0.51
Hex 95 7 FE 29 61 0 0 112 63 33
Octal 225 7 376 51 141 0 0 422 143 63
Binary 10010101 111 11111110 101001 1100001 0 0 100010010 1100011 110011

Color Harmonies of #9507FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9507FE

Black with #9507FE

Text Example


Text Example

White with #9507FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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