Html Css Color HEX #9500FC Dark Violet

📋 copy color: '#9500FC'

red 149 ◦ green 0 ◦ blue 252

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

Shades of Dark Violet #9500FC

Tints of Dark Violet #9500FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 62.84%

R = 37.16%
G = 0%
B = 62.84%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9500FC (or 0x9500FC) is known color: Dark Violet. HEX triplet: 95, 00 and FC. RGB value is (149,0,252). Sum of RGB (Red+Green+Blue) = 149+0+252=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #9500FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9500FC is #6AFF03. Grayscale: #484848. Windows color (decimal): -7012100 or 16515221. OLE color: 16515221.

HSL color Cylindrical-coordinate representation of color #9500FC: hue angle of 275.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500FC is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 0 252 -
CMYK 0.41 1 0 0.01
HSL 275.48º 1% 0.49% -
HSV(B) 275.48º 1% 0.99% -
XYZ 29.97 13.42 93.11 -
YUV 73.28 228.86 182.01 -
System Red Green Blue C M Y K H S L
Decimal 149 0 252 0.41 1 0 0.01 275.48 1 0.49
Hex 95 0 FC 29 64 0 1 113 64 31
Octal 225 0 374 51 144 0 1 423 144 61
Binary 10010101 0 11111100 101001 1100100 0 1 100010011 1100100 110001

Color Harmonies of #9500FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500FC

Black with #9500FC

Text Example


Text Example

White with #9500FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9500FC; }

 p { color: rgb(149,0,252); }

 H1.HeaderClassName
 {
   color: #9500FC;
 }
 .AnyTagClassName
 {
   color: #9500FC;
 }
</style>

background-color css

<style>
 a { background-color: #9500FC; }

 a { background-color: rgb(149,0,252); }

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

border-color css

<style>
 span { border-color: #9500FC; }

 span { border-color: rgb(149,0,252); }

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