Html Css Color HEX #952CFB Blue Violet

📋 copy color: '#952CFB'

red 149 ◦ green 44 ◦ blue 251

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

Shades of Blue Violet #952CFB

Tints of Blue Violet #952CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 33.56%
G = 9.91%
B = 56.53%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#952CFB (or 0x952CFB) is known color: Blue Violet. HEX triplet: 95, 2C and FB. RGB value is (149,44,251). Sum of RGB (Red+Green+Blue) = 149+44+251=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #952CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952CFB is #6AD304. Grayscale: #626262. Windows color (decimal): -7000837 or 16460949. OLE color: 16460949.

HSL color Cylindrical-coordinate representation of color #952CFB: hue angle of 270.43º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #952CFB is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 44 251 -
CMYK 0.41 0.82 0 0.02
HSL 270.43º 0.96% 0.58% -
HSV(B) 270.43º 0.82% 0.98% -
XYZ 30.71 15.16 92.57 -
YUV 98.99 213.79 163.67 -
System Red Green Blue C M Y K H S L
Decimal 149 44 251 0.41 0.82 0 0.02 270.43 0.96 0.58
Hex 95 2C FB 29 52 0 2 10E 60 3A
Octal 225 54 373 51 122 0 2 416 140 72
Binary 10010101 101100 11111011 101001 1010010 0 10 100001110 1100000 111010

Color Harmonies of #952CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CFB

Black with #952CFB

Text Example


Text Example

White with #952CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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