Html Css Color HEX #961AD8 Blue Violet

📋 copy color: '#961AD8'

red 150 ◦ green 26 ◦ blue 216

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

Shades of Blue Violet #961AD8

Tints of Blue Violet #961AD8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.63%

 BLUE value IS 216 (84.77% from 255) = 55.1%

R = 38.27%
G = 6.63%
B = 55.1%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#961AD8 (or 0x961AD8) is known color: Blue Violet. HEX triplet: 96, 1A and D8. RGB value is (150,26,216). Sum of RGB (Red+Green+Blue) = 150+26+216=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #961AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961AD8 is #69E527. Grayscale: #545454. Windows color (decimal): -6939944 or 14162582. OLE color: 14162582.

HSL color Cylindrical-coordinate representation of color #961AD8: hue angle of 279.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961AD8 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 26 216 -
CMYK 0.31 0.88 0 0.15
HSL 279.16º 0.79% 0.47% -
HSV(B) 279.16º 0.88% 0.85% -
XYZ 25.34 12.18 65.98 -
YUV 84.74 202.08 174.55 -
System Red Green Blue C M Y K H S L
Decimal 150 26 216 0.31 0.88 0 0.15 279.16 0.79 0.47
Hex 96 1A D8 1F 58 0 F 117 4F 2F
Octal 226 32 330 37 130 0 17 427 117 57
Binary 10010110 11010 11011000 11111 1011000 0 1111 100010111 1001111 101111

Color Harmonies of #961AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961AD8

Black with #961AD8

Text Example


Text Example

White with #961AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,26,216); }

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

background-color css

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

 a { background-color: rgb(150,26,216); }

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

border-color css

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

 span { border-color: rgb(150,26,216); }

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