Html Css Color HEX #96339D Vivid Violet

📋 copy color: '#96339D'

red 150 ◦ green 51 ◦ blue 157

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

Shades of Vivid Violet #96339D

Tints of Vivid Violet #96339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 41.9%
G = 14.25%
B = 43.85%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96339D (or 0x96339D) is known color: Vivid Violet. HEX triplet: 96, 33 and 9D. RGB value is (150,51,157). Sum of RGB (Red+Green+Blue) = 150+51+157=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #96339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96339D is #69CC62. Grayscale: #5C5C5C. Windows color (decimal): -6933603 or 10302358. OLE color: 10302358.

HSL color Cylindrical-coordinate representation of color #96339D: hue angle of 296.04º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96339D is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 51 157 -
CMYK 0.04 0.68 0 0.38
HSL 296.04º 0.51% 0.41% -
HSV(B) 296.04º 0.68% 0.62% -
XYZ 19.85 11.29 33.03 -
YUV 92.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 150 51 157 0.04 0.68 0 0.38 296.04 0.51 0.41
Hex 96 33 9D 4 44 0 26 128 33 29
Octal 226 63 235 4 104 0 46 450 63 51
Binary 10010110 110011 10011101 100 1000100 0 100110 100101000 110011 101001

Color Harmonies of #96339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96339D

Black with #96339D

Text Example


Text Example

White with #96339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96339D; }

 p { color: rgb(150,51,157); }

 H1.HeaderClassName
 {
   color: #96339D;
 }
 .AnyTagClassName
 {
   color: #96339D;
 }
</style>

background-color css

<style>
 a { background-color: #96339D; }

 a { background-color: rgb(150,51,157); }

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

border-color css

<style>
 span { border-color: #96339D; }

 span { border-color: rgb(150,51,157); }

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