Html Css Color HEX #9501FA Dark Violet

📋 copy color: '#9501FA'

red 149 ◦ green 1 ◦ blue 250

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

Shades of Dark Violet #9501FA

Tints of Dark Violet #9501FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 37.25%
G = 0.25%
B = 62.5%

CMYK

 C value IS 0.40

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9501FA (or 0x9501FA) is known color: Dark Violet. HEX triplet: 95, 01 and FA. RGB value is (149,1,250). Sum of RGB (Red+Green+Blue) = 149+1+250=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #9501FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9501FA is #6AFE05. Grayscale: #484848. Windows color (decimal): -7011846 or 16384405. OLE color: 16384405.

HSL color Cylindrical-coordinate representation of color #9501FA: hue angle of 275.66º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9501FA is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 1 250 -
CMYK 0.40 1.00 0 0.02
HSL 275.66º 0.99% 0.49% -
HSV(B) 275.66º 1% 0.98% -
XYZ 29.66 13.31 91.45 -
YUV 73.64 227.53 181.75 -
System Red Green Blue C M Y K H S L
Decimal 149 1 250 0.40 1.00 0 0.02 275.66 0.99 0.49
Hex 95 1 FA 28 64 0 2 114 63 31
Octal 225 1 372 50 144 0 2 424 143 61
Binary 10010101 1 11111010 101000 1100100 0 10 100010100 1100011 110001

Color Harmonies of #9501FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501FA

Black with #9501FA

Text Example


Text Example

White with #9501FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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