Html Css Color HEX #952AFF Blue Violet

📋 copy color: '#952AFF'

red 149 ◦ green 42 ◦ blue 255

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

Shades of Blue Violet #952AFF

Tints of Blue Violet #952AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.42%

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

R = 33.41%
G = 9.42%
B = 57.17%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#952AFF (or 0x952AFF) is known color: Blue Violet. HEX triplet: 95, 2A and FF. RGB value is (149,42,255). Sum of RGB (Red+Green+Blue) = 149+42+255=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #952AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952AFF is #6AD500. Grayscale: #616161. Windows color (decimal): -7001345 or 16722581. OLE color: 16722581.

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

Color convert

RGB 149 42 255 -
CMYK 0.42 0.84 0 0
HSL 270.14º 1% 0.58% -
HSV(B) 270.14º 0.84% 1% -
XYZ 31.27 15.27 95.91 -
YUV 98.28 216.45 164.18 -
System Red Green Blue C M Y K H S L
Decimal 149 42 255 0.42 0.84 0 0 270.14 1 0.58
Hex 95 2A FF 2A 54 0 0 10E 64 3A
Octal 225 52 377 52 124 0 0 416 144 72
Binary 10010101 101010 11111111 101010 1010100 0 0 100001110 1100100 111010

Color Harmonies of #952AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952AFF

Black with #952AFF

Text Example


Text Example

White with #952AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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