Html Css Color HEX #9501F3 Dark Violet

📋 copy color: '#9501F3'

red 149 ◦ green 1 ◦ blue 243

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

Shades of Dark Violet #9501F3

Tints of Dark Violet #9501F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 61.83%

R = 37.91%
G = 0.25%
B = 61.83%

CMYK

 C value IS 0.39

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9501F3 (or 0x9501F3) is known color: Dark Violet. HEX triplet: 95, 01 and F3. RGB value is (149,1,243). Sum of RGB (Red+Green+Blue) = 149+1+243=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 243 (95.31% from 255 or 61.83% from 393); Max value from RGB is 243 - color contains mainly: blue. Hex color #9501F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9501F3 is #6AFE0C. Grayscale: #484848. Windows color (decimal): -7011853 or 15925653. OLE color: 15925653.

HSL color Cylindrical-coordinate representation of color #9501F3: hue angle of 276.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9501F3 is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 1 243 -
CMYK 0.39 1.00 0 0.05
HSL 276.69º 0.99% 0.48% -
HSV(B) 276.69º 1% 0.95% -
XYZ 28.58 12.88 85.77 -
YUV 72.84 224.03 182.32 -
System Red Green Blue C M Y K H S L
Decimal 149 1 243 0.39 1.00 0 0.05 276.69 0.99 0.48
Hex 95 1 F3 27 64 0 5 115 63 30
Octal 225 1 363 47 144 0 5 425 143 60
Binary 10010101 1 11110011 100111 1100100 0 101 100010101 1100011 110000

Color Harmonies of #9501F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9501F3

Black with #9501F3

Text Example


Text Example

White with #9501F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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