Html Css Color HEX #96368F Vivid Violet

📋 copy color: '#96368F'

red 150 ◦ green 54 ◦ blue 143

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

Shades of Vivid Violet #96368F

Tints of Vivid Violet #96368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 43.23%
G = 15.56%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96368F (or 0x96368F) is known color: Vivid Violet. HEX triplet: 96, 36 and 8F. RGB value is (150,54,143). Sum of RGB (Red+Green+Blue) = 150+54+143=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96368F is #69C970. Grayscale: #5C5C5C. Windows color (decimal): -6932849 or 9385622. OLE color: 9385622.

HSL color Cylindrical-coordinate representation of color #96368F: hue angle of 304.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96368F is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 143 -
CMYK 0 0.64 0.05 0.41
HSL 304.38º 0.47% 0.4% -
HSV(B) 304.38º 0.64% 0.59% -
XYZ 18.85 11.11 27.14 -
YUV 92.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 150 54 143 0 0.64 0.05 0.41 304.38 0.47 0.4
Hex 96 36 8F 0 40 5 29 130 2F 28
Octal 226 66 217 0 100 5 51 460 57 50
Binary 10010110 110110 10001111 0 1000000 101 101001 100110000 101111 101000

Color Harmonies of #96368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96368F

Black with #96368F

Text Example


Text Example

White with #96368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96368F; }

 p { color: rgb(150,54,143); }

 H1.HeaderClassName
 {
   color: #96368F;
 }
 .AnyTagClassName
 {
   color: #96368F;
 }
</style>

background-color css

<style>
 a { background-color: #96368F; }

 a { background-color: rgb(150,54,143); }

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

border-color css

<style>
 span { border-color: #96368F; }

 span { border-color: rgb(150,54,143); }

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