Html Css Color HEX #952CFF Blue Violet

📋 copy color: '#952CFF'

red 149 ◦ green 44 ◦ blue 255

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

Shades of Blue Violet #952CFF

Tints of Blue Violet #952CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.82%

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

R = 33.26%
G = 9.82%
B = 56.92%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#952CFF (or 0x952CFF) is known color: Blue Violet. HEX triplet: 95, 2C and FF. RGB value is (149,44,255). Sum of RGB (Red+Green+Blue) = 149+44+255=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #952CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CFF is #6AD300. Grayscale: #626262. Windows color (decimal): -7000833 or 16723093. OLE color: 16723093.

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

Color convert

RGB 149 44 255 -
CMYK 0.42 0.83 0 0
HSL 269.86º 1% 0.59% -
HSV(B) 269.86º 0.83% 1% -
XYZ 31.35 15.41 95.93 -
YUV 99.45 215.79 163.34 -
System Red Green Blue C M Y K H S L
Decimal 149 44 255 0.42 0.83 0 0 269.86 1 0.59
Hex 95 2C FF 2A 53 0 0 10E 64 3B
Octal 225 54 377 52 123 0 0 416 144 73
Binary 10010101 101100 11111111 101010 1010011 0 0 100001110 1100100 111011

Color Harmonies of #952CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CFF

Black with #952CFF

Text Example


Text Example

White with #952CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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