Html Css Color HEX #952CFC Blue Violet

📋 copy color: '#952CFC'

red 149 ◦ green 44 ◦ blue 252

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

Shades of Blue Violet #952CFC

Tints of Blue Violet #952CFC

RGB

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

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

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

R = 33.48%
G = 9.89%
B = 56.63%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#952CFC (or 0x952CFC) is known color: Blue Violet. HEX triplet: 95, 2C and FC. RGB value is (149,44,252). Sum of RGB (Red+Green+Blue) = 149+44+252=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #952CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CFC is #6AD303. Grayscale: #626262. Windows color (decimal): -7000836 or 16526485. OLE color: 16526485.

HSL color Cylindrical-coordinate representation of color #952CFC: hue angle of 270.29º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #952CFC is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 44 252 -
CMYK 0.41 0.83 0 0.01
HSL 270.29º 0.97% 0.58% -
HSV(B) 270.29º 0.83% 0.99% -
XYZ 30.87 15.22 93.41 -
YUV 99.11 214.29 163.59 -
System Red Green Blue C M Y K H S L
Decimal 149 44 252 0.41 0.83 0 0.01 270.29 0.97 0.58
Hex 95 2C FC 29 53 0 1 10E 61 3A
Octal 225 54 374 51 123 0 1 416 141 72
Binary 10010101 101100 11111100 101001 1010011 0 1 100001110 1100001 111010

Color Harmonies of #952CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CFC

Black with #952CFC

Text Example


Text Example

White with #952CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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