Html Css Color HEX #953CFF Blue Violet

📋 copy color: '#953CFF'

red 149 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #953CFF

Tints of Blue Violet #953CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.93%

 BLUE value IS 255 (100% from 255) = 54.96%

R = 32.11%
G = 12.93%
B = 54.96%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#953CFF (or 0x953CFF) is known color: Blue Violet. HEX triplet: 95, 3C and FF. RGB value is (149,60,255). Sum of RGB (Red+Green+Blue) = 149+60+255=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #953CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CFF is #6AC300. Grayscale: #6C6C6C. Windows color (decimal): -6996737 or 16727189. OLE color: 16727189.

HSL color Cylindrical-coordinate representation of color #953CFF: hue angle of 267.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953CFF is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 60 255 -
CMYK 0.42 0.76 0 0
HSL 267.38º 1% 0.62% -
HSV(B) 267.38º 0.76% 1% -
XYZ 32.06 16.84 96.17 -
YUV 108.84 210.49 156.64 -
System Red Green Blue C M Y K H S L
Decimal 149 60 255 0.42 0.76 0 0 267.38 1 0.62
Hex 95 3C FF 2A 4C 0 0 10B 64 3E
Octal 225 74 377 52 114 0 0 413 144 76
Binary 10010101 111100 11111111 101010 1001100 0 0 100001011 1100100 111110

Color Harmonies of #953CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CFF

Black with #953CFF

Text Example


Text Example

White with #953CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953CFF; }

 p { color: rgb(149,60,255); }

 H1.HeaderClassName
 {
   color: #953CFF;
 }
 .AnyTagClassName
 {
   color: #953CFF;
 }
</style>

background-color css

<style>
 a { background-color: #953CFF; }

 a { background-color: rgb(149,60,255); }

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

border-color css

<style>
 span { border-color: #953CFF; }

 span { border-color: rgb(149,60,255); }

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