Html Css Color HEX #952DDB Blue Violet

📋 copy color: '#952DDB'

red 149 ◦ green 45 ◦ blue 219

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

Shades of Blue Violet #952DDB

Tints of Blue Violet #952DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.9%

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

R = 36.08%
G = 10.9%
B = 53.03%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#952DDB (or 0x952DDB) is known color: Blue Violet. HEX triplet: 95, 2D and DB. RGB value is (149,45,219). Sum of RGB (Red+Green+Blue) = 149+45+219=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #952DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DDB is #6AD224. Grayscale: #5F5F5F. Windows color (decimal): -7000613 or 14364053. OLE color: 14364053.

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

Color convert

RGB 149 45 219 -
CMYK 0.32 0.79 0 0.14
HSL 275.86º 0.71% 0.52% -
HSV(B) 275.86º 0.79% 0.86% -
XYZ 26.12 13.38 68.22 -
YUV 95.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 149 45 219 0.32 0.79 0 0.14 275.86 0.71 0.52
Hex 95 2D DB 20 4F 0 E 114 47 34
Octal 225 55 333 40 117 0 16 424 107 64
Binary 10010101 101101 11011011 100000 1001111 0 1110 100010100 1000111 110100

Color Harmonies of #952DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DDB

Black with #952DDB

Text Example


Text Example

White with #952DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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