Html Css Color HEX #96468D Violet Blue

📋 copy color: '#96468D'

red 150 ◦ green 70 ◦ blue 141

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

Shades of Violet Blue #96468D

Tints of Violet Blue #96468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.39%

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

R = 41.55%
G = 19.39%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96468D (or 0x96468D) is known color: Violet Blue. HEX triplet: 96, 46 and 8D. RGB value is (150,70,141). Sum of RGB (Red+Green+Blue) = 150+70+141=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96468D is #69B972. Grayscale: #656565. Windows color (decimal): -6928755 or 9258646. OLE color: 9258646.

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

Color convert

RGB 150 70 141 -
CMYK 0 0.53 0.06 0.41
HSL 306.75º 0.36% 0.43% -
HSV(B) 306.75º 0.53% 0.59% -
XYZ 19.58 12.79 26.64 -
YUV 102.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 150 70 141 0 0.53 0.06 0.41 306.75 0.36 0.43
Hex 96 46 8D 0 35 6 29 133 24 2B
Octal 226 106 215 0 65 6 51 463 44 53
Binary 10010110 1000110 10001101 0 110101 110 101001 100110011 100100 101011

Color Harmonies of #96468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96468D

Black with #96468D

Text Example


Text Example

White with #96468D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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