Html Css Color HEX #963D93 Vivid Violet

📋 copy color: '#963D93'

red 150 ◦ green 61 ◦ blue 147

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

Shades of Vivid Violet #963D93

Tints of Vivid Violet #963D93

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.04%

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

R = 41.9%
G = 17.04%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#963D93 (or 0x963D93) is known color: Vivid Violet. HEX triplet: 96, 3D and 93. RGB value is (150,61,147). Sum of RGB (Red+Green+Blue) = 150+61+147=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #963D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963D93 is #69C26C. Grayscale: #616161. Windows color (decimal): -6931053 or 9649558. OLE color: 9649558.

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

Color convert

RGB 150 61 147 -
CMYK 0 0.59 0.02 0.41
HSL 302.02º 0.42% 0.41% -
HSV(B) 302.02º 0.59% 0.59% -
XYZ 19.51 11.93 28.88 -
YUV 97.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 150 61 147 0 0.59 0.02 0.41 302.02 0.42 0.41
Hex 96 3D 93 0 3B 2 29 12E 2A 29
Octal 226 75 223 0 73 2 51 456 52 51
Binary 10010110 111101 10010011 0 111011 10 101001 100101110 101010 101001

Color Harmonies of #963D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963D93

Black with #963D93

Text Example


Text Example

White with #963D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963D93; }

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

 H1.HeaderClassName
 {
   color: #963D93;
 }
 .AnyTagClassName
 {
   color: #963D93;
 }
</style>

background-color css

<style>
 a { background-color: #963D93; }

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

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

border-color css

<style>
 span { border-color: #963D93; }

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

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