Html Css Color HEX #952CE3 Blue Violet

📋 copy color: '#952CE3'

red 149 ◦ green 44 ◦ blue 227

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

Shades of Blue Violet #952CE3

Tints of Blue Violet #952CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 54.05%

R = 35.48%
G = 10.48%
B = 54.05%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#952CE3 (or 0x952CE3) is known color: Blue Violet. HEX triplet: 95, 2C and E3. RGB value is (149,44,227). Sum of RGB (Red+Green+Blue) = 149+44+227=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 227 (89.06% from 255 or 54.05% from 420); Max value from RGB is 227 - color contains mainly: blue. Hex color #952CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CE3 is #6AD31C. Grayscale: #5F5F5F. Windows color (decimal): -7000861 or 14888085. OLE color: 14888085.

HSL color Cylindrical-coordinate representation of color #952CE3: hue angle of 274.43º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952CE3 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 44 227 -
CMYK 0.34 0.81 0 0.11
HSL 274.43º 0.77% 0.53% -
HSV(B) 274.43º 0.81% 0.89% -
XYZ 27.16 13.74 73.89 -
YUV 96.26 201.79 165.62 -
System Red Green Blue C M Y K H S L
Decimal 149 44 227 0.34 0.81 0 0.11 274.43 0.77 0.53
Hex 95 2C E3 22 51 0 B 112 4D 35
Octal 225 54 343 42 121 0 13 422 115 65
Binary 10010101 101100 11100011 100010 1010001 0 1011 100010010 1001101 110101

Color Harmonies of #952CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CE3

Black with #952CE3

Text Example


Text Example

White with #952CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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