Html Css Color HEX #961DFF Blue Violet

📋 copy color: '#961DFF'

red 150 ◦ green 29 ◦ blue 255

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

Shades of Blue Violet #961DFF

Tints of Blue Violet #961DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.68%

 BLUE value IS 255 (100% from 255) = 58.76%

R = 34.56%
G = 6.68%
B = 58.76%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#961DFF (or 0x961DFF) is known color: Blue Violet. HEX triplet: 96, 1D and FF. RGB value is (150,29,255). Sum of RGB (Red+Green+Blue) = 150+29+255=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #961DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961DFF is #69E200. Grayscale: #5A5A5A. Windows color (decimal): -6939137 or 16719254. OLE color: 16719254.

HSL color Cylindrical-coordinate representation of color #961DFF: hue angle of 272.12º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961DFF is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 29 255 -
CMYK 0.41 0.89 0 0
HSL 272.12º 1% 0.56% -
HSV(B) 272.12º 0.89% 1% -
XYZ 31.07 14.58 95.79 -
YUV 90.94 220.59 170.12 -
System Red Green Blue C M Y K H S L
Decimal 150 29 255 0.41 0.89 0 0 272.12 1 0.56
Hex 96 1D FF 29 59 0 0 110 64 38
Octal 226 35 377 51 131 0 0 420 144 70
Binary 10010110 11101 11111111 101001 1011001 0 0 100010000 1100100 111000

Color Harmonies of #961DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961DFF

Black with #961DFF

Text Example


Text Example

White with #961DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,29,255); }

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

background-color css

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

 a { background-color: rgb(150,29,255); }

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

border-color css

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

 span { border-color: rgb(150,29,255); }

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