Html Css Color HEX #96338D Vivid Violet

📋 copy color: '#96338D'

red 150 ◦ green 51 ◦ blue 141

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

Shades of Vivid Violet #96338D

Tints of Vivid Violet #96338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 43.86%
G = 14.91%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96338D (or 0x96338D) is known color: Vivid Violet. HEX triplet: 96, 33 and 8D. RGB value is (150,51,141). Sum of RGB (Red+Green+Blue) = 150+51+141=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96338D is #69CC72. Grayscale: #5A5A5A. Windows color (decimal): -6933619 or 9253782. OLE color: 9253782.

HSL color Cylindrical-coordinate representation of color #96338D: hue angle of 305.45º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96338D is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 141 -
CMYK 0 0.66 0.06 0.41
HSL 305.45º 0.49% 0.39% -
HSV(B) 305.45º 0.66% 0.59% -
XYZ 18.57 10.77 26.3 -
YUV 90.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 150 51 141 0 0.66 0.06 0.41 305.45 0.49 0.39
Hex 96 33 8D 0 42 6 29 131 31 27
Octal 226 63 215 0 102 6 51 461 61 47
Binary 10010110 110011 10001101 0 1000010 110 101001 100110001 110001 100111

Color Harmonies of #96338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96338D

Black with #96338D

Text Example


Text Example

White with #96338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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