Html Css Color HEX #961BDA Blue Violet

📋 copy color: '#961BDA'

red 150 ◦ green 27 ◦ blue 218

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

Shades of Blue Violet #961BDA

Tints of Blue Violet #961BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.84%

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 37.97%
G = 6.84%
B = 55.19%

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

#961BDA (or 0x961BDA) is known color: Blue Violet. HEX triplet: 96, 1B and DA. RGB value is (150,27,218). Sum of RGB (Red+Green+Blue) = 150+27+218=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #961BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BDA is #69E425. Grayscale: #545454. Windows color (decimal): -6939686 or 14293910. OLE color: 14293910.

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

Color convert

RGB 150 27 218 -
CMYK 0.31 0.88 0 0.15
HSL 278.64º 0.78% 0.48% -
HSV(B) 278.64º 0.88% 0.85% -
XYZ 25.62 12.33 67.36 -
YUV 85.55 202.75 173.97 -
System Red Green Blue C M Y K H S L
Decimal 150 27 218 0.31 0.88 0 0.15 278.64 0.78 0.48
Hex 96 1B DA 1F 58 0 F 117 4E 30
Octal 226 33 332 37 130 0 17 427 116 60
Binary 10010110 11011 11011010 11111 1011000 0 1111 100010111 1001110 110000

Color Harmonies of #961BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961BDA

Black with #961BDA

Text Example


Text Example

White with #961BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,27,218); }

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

background-color css

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

 a { background-color: rgb(150,27,218); }

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

border-color css

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

 span { border-color: rgb(150,27,218); }

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