Html Css Color HEX #952CDB Blue Violet

📋 copy color: '#952CDB'

red 149 ◦ green 44 ◦ blue 219

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

Shades of Blue Violet #952CDB

Tints of Blue Violet #952CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 36.17%
G = 10.68%
B = 53.16%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#952CDB (or 0x952CDB) is known color: Blue Violet. HEX triplet: 95, 2C and DB. RGB value is (149,44,219). Sum of RGB (Red+Green+Blue) = 149+44+219=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #952CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CDB is #6AD324. Grayscale: #5E5E5E. Windows color (decimal): -7000869 or 14363797. OLE color: 14363797.

HSL color Cylindrical-coordinate representation of color #952CDB: hue angle of 276º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952CDB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 44 219 -
CMYK 0.32 0.80 0 0.14
HSL 276º 0.71% 0.52% -
HSV(B) 276º 0.8% 0.86% -
XYZ 26.08 13.31 68.21 -
YUV 95.35 197.79 166.27 -
System Red Green Blue C M Y K H S L
Decimal 149 44 219 0.32 0.80 0 0.14 276 0.71 0.52
Hex 95 2C DB 20 50 0 E 114 47 34
Octal 225 54 333 40 120 0 16 424 107 64
Binary 10010101 101100 11011011 100000 1010000 0 1110 100010100 1000111 110100

Color Harmonies of #952CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CDB

Black with #952CDB

Text Example


Text Example

White with #952CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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