Html Css Color HEX #8254AF Studio

📋 copy color: '#8254AF'

red 130 ◦ green 84 ◦ blue 175

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

Shades of Studio #8254AF

Tints of Studio #8254AF

RGB

 RED value IS 130 (51.17% from 255) = 33.42%

 GREEN value IS 84 (33.2% from 255) = 21.59%

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 33.42%
G = 21.59%
B = 44.99%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8254AF (or 0x8254AF) is known color: Studio. HEX triplet: 82, 54 and AF. RGB value is (130,84,175). Sum of RGB (Red+Green+Blue) = 130+84+175=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #8254AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8254AF is #7DAB50. Grayscale: #6B6B6B. Windows color (decimal): -8235857 or 11490434. OLE color: 11490434.

HSL color Cylindrical-coordinate representation of color #8254AF: hue angle of 270.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8254AF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 84 175 -
CMYK 0.26 0.52 0 0.31
HSL 270.33º 0.36% 0.51% -
HSV(B) 270.33º 0.52% 0.69% -
XYZ 20.11 14.18 42.23 -
YUV 108.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 130 84 175 0.26 0.52 0 0.31 270.33 0.36 0.51
Hex 82 54 AF 1A 34 0 1F 10E 24 33
Octal 202 124 257 32 64 0 37 416 44 63
Binary 10000010 1010100 10101111 11010 110100 0 11111 100001110 100100 110011

Color Harmonies of #8254AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8254AF

Black with #8254AF

Text Example


Text Example

White with #8254AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8254AF; }

 p { color: rgb(130,84,175); }

 H1.HeaderClassName
 {
   color: #8254AF;
 }
 .AnyTagClassName
 {
   color: #8254AF;
 }
</style>

background-color css

<style>
 a { background-color: #8254AF; }

 a { background-color: rgb(130,84,175); }

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

border-color css

<style>
 span { border-color: #8254AF; }

 span { border-color: rgb(130,84,175); }

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