Html Css Color HEX #814C9D Studio

📋 copy color: '#814C9D'

red 129 ◦ green 76 ◦ blue 157

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

Shades of Studio #814C9D

Tints of Studio #814C9D

RGB

 RED value IS 129 (50.78% from 255) = 35.64%

 GREEN value IS 76 (30.08% from 255) = 20.99%

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 35.64%
G = 20.99%
B = 43.37%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#814C9D (or 0x814C9D) is known color: Studio. HEX triplet: 81, 4C and 9D. RGB value is (129,76,157). Sum of RGB (Red+Green+Blue) = 129+76+157=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #814C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814C9D is #7EB362. Grayscale: #646464. Windows color (decimal): -8303459 or 10308737. OLE color: 10308737.

HSL color Cylindrical-coordinate representation of color #814C9D: hue angle of 279.26º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #814C9D is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 76 157 -
CMYK 0.18 0.52 0 0.38
HSL 279.26º 0.35% 0.46% -
HSV(B) 279.26º 0.52% 0.62% -
XYZ 17.72 12.27 33.33 -
YUV 101.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 129 76 157 0.18 0.52 0 0.38 279.26 0.35 0.46
Hex 81 4C 9D 12 34 0 26 117 23 2E
Octal 201 114 235 22 64 0 46 427 43 56
Binary 10000001 1001100 10011101 10010 110100 0 100110 100010111 100011 101110

Color Harmonies of #814C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814C9D

Black with #814C9D

Text Example


Text Example

White with #814C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814C9D; }

 p { color: rgb(129,76,157); }

 H1.HeaderClassName
 {
   color: #814C9D;
 }
 .AnyTagClassName
 {
   color: #814C9D;
 }
</style>

background-color css

<style>
 a { background-color: #814C9D; }

 a { background-color: rgb(129,76,157); }

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

border-color css

<style>
 span { border-color: #814C9D; }

 span { border-color: rgb(129,76,157); }

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