Html Css Color HEX #951ADB Blue Violet

📋 copy color: '#951ADB'

red 149 ◦ green 26 ◦ blue 219

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

Shades of Blue Violet #951ADB

Tints of Blue Violet #951ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.6%

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

R = 37.82%
G = 6.6%
B = 55.58%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#951ADB (or 0x951ADB) is known color: Blue Violet. HEX triplet: 95, 1A and DB. RGB value is (149,26,219). Sum of RGB (Red+Green+Blue) = 149+26+219=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #951ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ADB is #6AE524. Grayscale: #545454. Windows color (decimal): -7005477 or 14359189. OLE color: 14359189.

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

Color convert

RGB 149 26 219 -
CMYK 0.32 0.88 0 0.14
HSL 278.24º 0.79% 0.48% -
HSV(B) 278.24º 0.88% 0.86% -
XYZ 25.55 12.24 68.03 -
YUV 84.78 203.75 173.81 -
System Red Green Blue C M Y K H S L
Decimal 149 26 219 0.32 0.88 0 0.14 278.24 0.79 0.48
Hex 95 1A DB 20 58 0 E 116 4F 30
Octal 225 32 333 40 130 0 16 426 117 60
Binary 10010101 11010 11011011 100000 1011000 0 1110 100010110 1001111 110000

Color Harmonies of #951ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ADB

Black with #951ADB

Text Example


Text Example

White with #951ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951ADB; }

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

 H1.HeaderClassName
 {
   color: #951ADB;
 }
 .AnyTagClassName
 {
   color: #951ADB;
 }
</style>

background-color css

<style>
 a { background-color: #951ADB; }

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

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

border-color css

<style>
 span { border-color: #951ADB; }

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

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