Html Css Color HEX #962BA4 Vivid Violet

📋 copy color: '#962BA4'

red 150 ◦ green 43 ◦ blue 164

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

Shades of Vivid Violet #962BA4

Tints of Vivid Violet #962BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.94%

R = 42.02%
G = 12.04%
B = 45.94%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#962BA4 (or 0x962BA4) is known color: Vivid Violet. HEX triplet: 96, 2B and A4. RGB value is (150,43,164). Sum of RGB (Red+Green+Blue) = 150+43+164=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #962BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962BA4 is #69D45B. Grayscale: #585858. Windows color (decimal): -6935644 or 10759062. OLE color: 10759062.

HSL color Cylindrical-coordinate representation of color #962BA4: hue angle of 293.06º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962BA4 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 43 164 -
CMYK 0.09 0.74 0 0.36
HSL 293.06º 0.58% 0.41% -
HSV(B) 293.06º 0.74% 0.64% -
XYZ 20.14 10.89 36.16 -
YUV 88.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 150 43 164 0.09 0.74 0 0.36 293.06 0.58 0.41
Hex 96 2B A4 9 4A 0 24 125 3A 29
Octal 226 53 244 11 112 0 44 445 72 51
Binary 10010110 101011 10100100 1001 1001010 0 100100 100100101 111010 101001

Color Harmonies of #962BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962BA4

Black with #962BA4

Text Example


Text Example

White with #962BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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