Html Css Color HEX #962BDA Blue Violet

📋 copy color: '#962BDA'

red 150 ◦ green 43 ◦ blue 218

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

Shades of Blue Violet #962BDA

Tints of Blue Violet #962BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.46%

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

R = 36.5%
G = 10.46%
B = 53.04%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#962BDA (or 0x962BDA) is known color: Blue Violet. HEX triplet: 96, 2B and DA. RGB value is (150,43,218). Sum of RGB (Red+Green+Blue) = 150+43+218=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #962BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BDA is #69D425. Grayscale: #5E5E5E. Windows color (decimal): -6935590 or 14298006. OLE color: 14298006.

HSL color Cylindrical-coordinate representation of color #962BDA: hue angle of 276.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962BDA is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 43 218 -
CMYK 0.31 0.80 0 0.15
HSL 276.69º 0.7% 0.51% -
HSV(B) 276.69º 0.8% 0.85% -
XYZ 26.1 13.27 67.52 -
YUV 94.94 197.45 167.27 -
System Red Green Blue C M Y K H S L
Decimal 150 43 218 0.31 0.80 0 0.15 276.69 0.7 0.51
Hex 96 2B DA 1F 50 0 F 115 46 33
Octal 226 53 332 37 120 0 17 425 106 63
Binary 10010110 101011 11011010 11111 1010000 0 1111 100010101 1000110 110011

Color Harmonies of #962BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962BDA

Black with #962BDA

Text Example


Text Example

White with #962BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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