Html Css Color HEX #962C93 Vivid Violet

📋 copy color: '#962C93'

red 150 ◦ green 44 ◦ blue 147

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

Shades of Vivid Violet #962C93

Tints of Vivid Violet #962C93

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.9%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 43.99%
G = 12.9%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#962C93 (or 0x962C93) is known color: Vivid Violet. HEX triplet: 96, 2C and 93. RGB value is (150,44,147). Sum of RGB (Red+Green+Blue) = 150+44+147=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #962C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962C93 is #69D36C. Grayscale: #575757. Windows color (decimal): -6935405 or 9645206. OLE color: 9645206.

HSL color Cylindrical-coordinate representation of color #962C93: hue angle of 301.7º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C93 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 147 -
CMYK 0 0.71 0.02 0.41
HSL 301.7º 0.55% 0.38% -
HSV(B) 301.7º 0.71% 0.59% -
XYZ 18.74 10.39 28.62 -
YUV 87.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 150 44 147 0 0.71 0.02 0.41 301.7 0.55 0.38
Hex 96 2C 93 0 47 2 29 12E 37 26
Octal 226 54 223 0 107 2 51 456 67 46
Binary 10010110 101100 10010011 0 1000111 10 101001 100101110 110111 100110

Color Harmonies of #962C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C93

Black with #962C93

Text Example


Text Example

White with #962C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,44,147); }

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

background-color css

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

 a { background-color: rgb(150,44,147); }

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

border-color css

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

 span { border-color: rgb(150,44,147); }

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