Html Css Color HEX #855FB2 Deluge

📋 copy color: '#855FB2'

red 133 ◦ green 95 ◦ blue 178

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

Shades of Deluge #855FB2

Tints of Deluge #855FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.84%

R = 32.76%
G = 23.4%
B = 43.84%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#855FB2 (or 0x855FB2) is known color: Deluge. HEX triplet: 85, 5F and B2. RGB value is (133,95,178). Sum of RGB (Red+Green+Blue) = 133+95+178=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 178 - color contains mainly: blue. Hex color #855FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FB2 is #7AA04D. Grayscale: #737373. Windows color (decimal): -8036430 or 11689861. OLE color: 11689861.

HSL color Cylindrical-coordinate representation of color #855FB2: hue angle of 267.47º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855FB2 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 95 178 -
CMYK 0.25 0.47 0 0.30
HSL 267.47º 0.35% 0.54% -
HSV(B) 267.47º 0.47% 0.7% -
XYZ 21.8 16.39 44.13 -
YUV 115.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 133 95 178 0.25 0.47 0 0.30 267.47 0.35 0.54
Hex 85 5F B2 19 2F 0 1E 10B 23 36
Octal 205 137 262 31 57 0 36 413 43 66
Binary 10000101 1011111 10110010 11001 101111 0 11110 100001011 100011 110110

Color Harmonies of #855FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FB2

Black with #855FB2

Text Example


Text Example

White with #855FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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