Html Css Color HEX #96568B Violet Blue

📋 copy color: '#96568B'

red 150 ◦ green 86 ◦ blue 139

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

Shades of Violet Blue #96568B

Tints of Violet Blue #96568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 40%
G = 22.93%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96568B (or 0x96568B) is known color: Violet Blue. HEX triplet: 96, 56 and 8B. RGB value is (150,86,139). Sum of RGB (Red+Green+Blue) = 150+86+139=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96568B is #69A974. Grayscale: #6F6F6F. Windows color (decimal): -6924661 or 9131670. OLE color: 9131670.

HSL color Cylindrical-coordinate representation of color #96568B: hue angle of 310.31º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96568B is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 139 -
CMYK 0 0.43 0.07 0.41
HSL 310.31º 0.27% 0.46% -
HSV(B) 310.31º 0.43% 0.59% -
XYZ 20.57 15 26.24 -
YUV 111.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 150 86 139 0 0.43 0.07 0.41 310.31 0.27 0.46
Hex 96 56 8B 0 2B 7 29 136 1B 2E
Octal 226 126 213 0 53 7 51 466 33 56
Binary 10010110 1010110 10001011 0 101011 111 101001 100110110 11011 101110

Color Harmonies of #96568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96568B

Black with #96568B

Text Example


Text Example

White with #96568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96568B; }

 p { color: rgb(150,86,139); }

 H1.HeaderClassName
 {
   color: #96568B;
 }
 .AnyTagClassName
 {
   color: #96568B;
 }
</style>

background-color css

<style>
 a { background-color: #96568B; }

 a { background-color: rgb(150,86,139); }

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

border-color css

<style>
 span { border-color: #96568B; }

 span { border-color: rgb(150,86,139); }

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