Html Css Color HEX #961EDC Blue Violet

📋 copy color: '#961EDC'

red 150 ◦ green 30 ◦ blue 220

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

Shades of Blue Violet #961EDC

Tints of Blue Violet #961EDC

RGB

 RED value IS 150 (58.98% from 255) = 37.5%

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

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

R = 37.5%
G = 7.5%
B = 55%

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

#961EDC (or 0x961EDC) is known color: Blue Violet. HEX triplet: 96, 1E and DC. RGB value is (150,30,220). Sum of RGB (Red+Green+Blue) = 150+30+220=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #961EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961EDC is #69E123. Grayscale: #565656. Windows color (decimal): -6938916 or 14425750. OLE color: 14425750.

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

Color convert

RGB 150 30 220 -
CMYK 0.32 0.86 0 0.14
HSL 277.89º 0.76% 0.49% -
HSV(B) 277.89º 0.86% 0.86% -
XYZ 25.96 12.58 68.77 -
YUV 87.54 202.76 172.55 -
System Red Green Blue C M Y K H S L
Decimal 150 30 220 0.32 0.86 0 0.14 277.89 0.76 0.49
Hex 96 1E DC 20 56 0 E 116 4C 31
Octal 226 36 334 40 126 0 16 426 114 61
Binary 10010110 11110 11011100 100000 1010110 0 1110 100010110 1001100 110001

Color Harmonies of #961EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EDC

Black with #961EDC

Text Example


Text Example

White with #961EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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