Html Css Color HEX #951EDB Blue Violet

📋 copy color: '#951EDB'

red 149 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #951EDB

Tints of Blue Violet #951EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.54%

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

R = 37.44%
G = 7.54%
B = 55.03%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#951EDB (or 0x951EDB) is known color: Blue Violet. HEX triplet: 95, 1E and DB. RGB value is (149,30,219). Sum of RGB (Red+Green+Blue) = 149+30+219=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #951EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EDB is #6AE124. Grayscale: #565656. Windows color (decimal): -7004453 or 14360213. OLE color: 14360213.

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

Color convert

RGB 149 30 219 -
CMYK 0.32 0.86 0 0.14
HSL 277.78º 0.76% 0.49% -
HSV(B) 277.78º 0.86% 0.86% -
XYZ 25.64 12.43 68.07 -
YUV 87.13 202.42 172.13 -
System Red Green Blue C M Y K H S L
Decimal 149 30 219 0.32 0.86 0 0.14 277.78 0.76 0.49
Hex 95 1E DB 20 56 0 E 116 4C 31
Octal 225 36 333 40 126 0 16 426 114 61
Binary 10010101 11110 11011011 100000 1010110 0 1110 100010110 1001100 110001

Color Harmonies of #951EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EDB

Black with #951EDB

Text Example


Text Example

White with #951EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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