Html Css Color HEX #855F7B Old Lavender

📋 copy color: '#855F7B'

red 133 ◦ green 95 ◦ blue 123

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

Shades of Old Lavender #855F7B

Tints of Old Lavender #855F7B

RGB

 RED value IS 133 (52.34% from 255) = 37.89%

 GREEN value IS 95 (37.5% from 255) = 27.07%

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 37.89%
G = 27.07%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#855F7B (or 0x855F7B) is known color: Old Lavender. HEX triplet: 85, 5F and 7B. RGB value is (133,95,123). Sum of RGB (Red+Green+Blue) = 133+95+123=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #855F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F7B is #7AA084. Grayscale: #6D6D6D. Windows color (decimal): -8036485 or 8085381. OLE color: 8085381.

HSL color Cylindrical-coordinate representation of color #855F7B: hue angle of 315.79º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F7B is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 123 -
CMYK 0 0.29 0.08 0.48
HSL 315.79º 0.17% 0.45% -
HSV(B) 315.79º 0.29% 0.52% -
XYZ 17.34 14.6 20.64 -
YUV 109.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 133 95 123 0 0.29 0.08 0.48 315.79 0.17 0.45
Hex 85 5F 7B 0 1D 8 30 13C 11 2D
Octal 205 137 173 0 35 10 60 474 21 55
Binary 10000101 1011111 1111011 0 11101 1000 110000 100111100 10001 101101

Color Harmonies of #855F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F7B

Black with #855F7B

Text Example


Text Example

White with #855F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855F7B; }

 p { color: rgb(133,95,123); }

 H1.HeaderClassName
 {
   color: #855F7B;
 }
 .AnyTagClassName
 {
   color: #855F7B;
 }
</style>

background-color css

<style>
 a { background-color: #855F7B; }

 a { background-color: rgb(133,95,123); }

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

border-color css

<style>
 span { border-color: #855F7B; }

 span { border-color: rgb(133,95,123); }

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