Html Css Color HEX #844BAB Studio

📋 copy color: '#844BAB'

red 132 ◦ green 75 ◦ blue 171

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

Shades of Studio #844BAB

Tints of Studio #844BAB

RGB

 RED value IS 132 (51.95% from 255) = 34.92%

 GREEN value IS 75 (29.69% from 255) = 19.84%

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 34.92%
G = 19.84%
B = 45.24%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#844BAB (or 0x844BAB) is known color: Studio. HEX triplet: 84, 4B and AB. RGB value is (132,75,171). Sum of RGB (Red+Green+Blue) = 132+75+171=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #844BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BAB is #7BB454. Grayscale: #666666. Windows color (decimal): -8107093 or 11225988. OLE color: 11225988.

HSL color Cylindrical-coordinate representation of color #844BAB: hue angle of 275.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844BAB is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 75 171 -
CMYK 0.23 0.56 0 0.33
HSL 275.63º 0.39% 0.48% -
HSV(B) 275.63º 0.56% 0.67% -
XYZ 19.38 12.88 39.99 -
YUV 102.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 132 75 171 0.23 0.56 0 0.33 275.63 0.39 0.48
Hex 84 4B AB 17 38 0 21 114 27 30
Octal 204 113 253 27 70 0 41 424 47 60
Binary 10000100 1001011 10101011 10111 111000 0 100001 100010100 100111 110000

Color Harmonies of #844BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BAB

Black with #844BAB

Text Example


Text Example

White with #844BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844BAB; }

 p { color: rgb(132,75,171); }

 H1.HeaderClassName
 {
   color: #844BAB;
 }
 .AnyTagClassName
 {
   color: #844BAB;
 }
</style>

background-color css

<style>
 a { background-color: #844BAB; }

 a { background-color: rgb(132,75,171); }

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

border-color css

<style>
 span { border-color: #844BAB; }

 span { border-color: rgb(132,75,171); }

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