Html Css Color HEX #951EDD Blue Violet

📋 copy color: '#951EDD'

red 149 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #951EDD

Tints of Blue Violet #951EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 37.25%
G = 7.5%
B = 55.25%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#951EDD (or 0x951EDD) is known color: Blue Violet. HEX triplet: 95, 1E and DD. RGB value is (149,30,221). Sum of RGB (Red+Green+Blue) = 149+30+221=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #951EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EDD is #6AE122. Grayscale: #565656. Windows color (decimal): -7004451 or 14491285. OLE color: 14491285.

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

Color convert

RGB 149 30 221 -
CMYK 0.33 0.86 0 0.13
HSL 277.38º 0.76% 0.49% -
HSV(B) 277.38º 0.86% 0.87% -
XYZ 25.91 12.54 69.46 -
YUV 87.36 203.42 171.97 -
System Red Green Blue C M Y K H S L
Decimal 149 30 221 0.33 0.86 0 0.13 277.38 0.76 0.49
Hex 95 1E DD 21 56 0 D 115 4C 31
Octal 225 36 335 41 126 0 15 425 114 61
Binary 10010101 11110 11011101 100001 1010110 0 1101 100010101 1001100 110001

Color Harmonies of #951EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EDD

Black with #951EDD

Text Example


Text Example

White with #951EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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