Html Css Color HEX #961EDD Blue Violet

📋 copy color: '#961EDD'

red 150 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #961EDD

Tints of Blue Violet #961EDD

RGB

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

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

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

R = 37.41%
G = 7.48%
B = 55.11%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#961EDD (or 0x961EDD) is known color: Blue Violet. HEX triplet: 96, 1E and DD. RGB value is (150,30,221). Sum of RGB (Red+Green+Blue) = 150+30+221=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #961EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961EDD is #69E122. Grayscale: #575757. Windows color (decimal): -6938915 or 14491286. OLE color: 14491286.

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

Color convert

RGB 150 30 221 -
CMYK 0.32 0.86 0 0.13
HSL 277.7º 0.76% 0.49% -
HSV(B) 277.7º 0.86% 0.87% -
XYZ 26.09 12.63 69.47 -
YUV 87.65 203.26 172.47 -
System Red Green Blue C M Y K H S L
Decimal 150 30 221 0.32 0.86 0 0.13 277.7 0.76 0.49
Hex 96 1E DD 20 56 0 D 116 4C 31
Octal 226 36 335 40 126 0 15 426 114 61
Binary 10010110 11110 11011101 100000 1010110 0 1101 100010110 1001100 110001

Color Harmonies of #961EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961EDD

Black with #961EDD

Text Example


Text Example

White with #961EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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