Html Css Color HEX #8253B3 Studio

📋 copy color: '#8253B3'

red 130 ◦ green 83 ◦ blue 179

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

Shades of Studio #8253B3

Tints of Studio #8253B3

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.17%

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 33.16%
G = 21.17%
B = 45.66%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8253B3 (or 0x8253B3) is known color: Studio. HEX triplet: 82, 53 and B3. RGB value is (130,83,179). Sum of RGB (Red+Green+Blue) = 130+83+179=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #8253B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253B3 is #7DAC4C. Grayscale: #6B6B6B. Windows color (decimal): -8236109 or 11752322. OLE color: 11752322.

HSL color Cylindrical-coordinate representation of color #8253B3: hue angle of 269.38º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8253B3 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 83 179 -
CMYK 0.27 0.54 0 0.30
HSL 269.38º 0.39% 0.51% -
HSV(B) 269.38º 0.54% 0.7% -
XYZ 20.44 14.19 44.31 -
YUV 108 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 130 83 179 0.27 0.54 0 0.30 269.38 0.39 0.51
Hex 82 53 B3 1B 36 0 1E 10D 27 33
Octal 202 123 263 33 66 0 36 415 47 63
Binary 10000010 1010011 10110011 11011 110110 0 11110 100001101 100111 110011

Color Harmonies of #8253B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8253B3

Black with #8253B3

Text Example


Text Example

White with #8253B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8253B3; }

 p { color: rgb(130,83,179); }

 H1.HeaderClassName
 {
   color: #8253B3;
 }
 .AnyTagClassName
 {
   color: #8253B3;
 }
</style>

background-color css

<style>
 a { background-color: #8253B3; }

 a { background-color: rgb(130,83,179); }

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

border-color css

<style>
 span { border-color: #8253B3; }

 span { border-color: rgb(130,83,179); }

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