Html Css Color HEX #951EDC Blue Violet

📋 copy color: '#951EDC'

red 149 ◦ green 30 ◦ blue 220

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

Shades of Blue Violet #951EDC

Tints of Blue Violet #951EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 37.34%
G = 7.52%
B = 55.14%

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

#951EDC (or 0x951EDC) is known color: Blue Violet. HEX triplet: 95, 1E and DC. RGB value is (149,30,220). Sum of RGB (Red+Green+Blue) = 149+30+220=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #951EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EDC is #6AE123. Grayscale: #565656. Windows color (decimal): -7004452 or 14425749. OLE color: 14425749.

HSL color Cylindrical-coordinate representation of color #951EDC: hue angle of 277.58º 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 #951EDC is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 30 220 -
CMYK 0.32 0.86 0 0.14
HSL 277.58º 0.76% 0.49% -
HSV(B) 277.58º 0.86% 0.86% -
XYZ 25.78 12.49 68.76 -
YUV 87.24 202.92 172.05 -
System Red Green Blue C M Y K H S L
Decimal 149 30 220 0.32 0.86 0 0.14 277.58 0.76 0.49
Hex 95 1E DC 20 56 0 E 116 4C 31
Octal 225 36 334 40 126 0 16 426 114 61
Binary 10010101 11110 11011100 100000 1010110 0 1110 100010110 1001100 110001

Color Harmonies of #951EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EDC

Black with #951EDC

Text Example


Text Example

White with #951EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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