Html Css Color HEX #952FFF Blue Violet

📋 copy color: '#952FFF'

red 149 ◦ green 47 ◦ blue 255

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

Shades of Blue Violet #952FFF

Tints of Blue Violet #952FFF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.42%

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

R = 33.04%
G = 10.42%
B = 56.54%

CMYK

 C value IS 0.42

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#952FFF (or 0x952FFF) is known color: Blue Violet. HEX triplet: 95, 2F and FF. RGB value is (149,47,255). Sum of RGB (Red+Green+Blue) = 149+47+255=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #952FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952FFF is #6AD000. Grayscale: #646464. Windows color (decimal): -7000065 or 16723861. OLE color: 16723861.

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

Color convert

RGB 149 47 255 -
CMYK 0.42 0.82 0 0
HSL 269.42º 1% 0.59% -
HSV(B) 269.42º 0.82% 1% -
XYZ 31.46 15.64 95.97 -
YUV 101.21 214.79 162.09 -
System Red Green Blue C M Y K H S L
Decimal 149 47 255 0.42 0.82 0 0 269.42 1 0.59
Hex 95 2F FF 2A 52 0 0 10D 64 3B
Octal 225 57 377 52 122 0 0 415 144 73
Binary 10010101 101111 11111111 101010 1010010 0 0 100001101 1100100 111011

Color Harmonies of #952FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FFF

Black with #952FFF

Text Example


Text Example

White with #952FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952FFF; }

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

 H1.HeaderClassName
 {
   color: #952FFF;
 }
 .AnyTagClassName
 {
   color: #952FFF;
 }
</style>

background-color css

<style>
 a { background-color: #952FFF; }

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

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

border-color css

<style>
 span { border-color: #952FFF; }

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

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