Html Css Color HEX #8237B4 Studio

📋 copy color: '#8237B4'

red 130 ◦ green 55 ◦ blue 180

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

Shades of Studio #8237B4

Tints of Studio #8237B4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

 BLUE value IS 180 (70.7% from 255) = 49.32%

R = 35.62%
G = 15.07%
B = 49.32%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8237B4 (or 0x8237B4) is known color: Studio. HEX triplet: 82, 37 and B4. RGB value is (130,55,180). Sum of RGB (Red+Green+Blue) = 130+55+180=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #8237B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237B4 is #7DC84B. Grayscale: #5B5B5B. Windows color (decimal): -8243276 or 11810690. OLE color: 11810690.

HSL color Cylindrical-coordinate representation of color #8237B4: hue angle of 276º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8237B4 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 55 180 -
CMYK 0.28 0.69 0 0.29
HSL 276º 0.53% 0.46% -
HSV(B) 276º 0.69% 0.71% -
XYZ 18.81 10.77 44.27 -
YUV 91.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 130 55 180 0.28 0.69 0 0.29 276 0.53 0.46
Hex 82 37 B4 1C 45 0 1D 114 35 2E
Octal 202 67 264 34 105 0 35 424 65 56
Binary 10000010 110111 10110100 11100 1000101 0 11101 100010100 110101 101110

Color Harmonies of #8237B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8237B4

Black with #8237B4

Text Example


Text Example

White with #8237B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8237B4; }

 p { color: rgb(130,55,180); }

 H1.HeaderClassName
 {
   color: #8237B4;
 }
 .AnyTagClassName
 {
   color: #8237B4;
 }
</style>

background-color css

<style>
 a { background-color: #8237B4; }

 a { background-color: rgb(130,55,180); }

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

border-color css

<style>
 span { border-color: #8237B4; }

 span { border-color: rgb(130,55,180); }

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