Html Css Color HEX #8035B8 Dark Orchid

📋 copy color: '#8035B8'

red 128 ◦ green 53 ◦ blue 184

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

Shades of Dark Orchid #8035B8

Tints of Dark Orchid #8035B8

RGB

 RED value IS 128 (50.39% from 255) = 35.07%

 GREEN value IS 53 (21.09% from 255) = 14.52%

 BLUE value IS 184 (72.27% from 255) = 50.41%

R = 35.07%
G = 14.52%
B = 50.41%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8035B8 (or 0x8035B8) is known color: Dark Orchid. HEX triplet: 80, 35 and B8. RGB value is (128,53,184). Sum of RGB (Red+Green+Blue) = 128+53+184=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #8035B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8035B8 is #7FCA47. Grayscale: #595959. Windows color (decimal): -8374856 or 12072320. OLE color: 12072320.

HSL color Cylindrical-coordinate representation of color #8035B8: hue angle of 274.35º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8035B8 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 53 184 -
CMYK 0.30 0.71 0 0.28
HSL 274.35º 0.55% 0.46% -
HSV(B) 274.35º 0.71% 0.72% -
XYZ 18.83 10.6 46.4 -
YUV 90.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 128 53 184 0.30 0.71 0 0.28 274.35 0.55 0.46
Hex 80 35 B8 1E 47 0 1C 112 37 2E
Octal 200 65 270 36 107 0 34 422 67 56
Binary 10000000 110101 10111000 11110 1000111 0 11100 100010010 110111 101110

Color Harmonies of #8035B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8035B8

Black with #8035B8

Text Example


Text Example

White with #8035B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8035B8; }

 p { color: rgb(128,53,184); }

 H1.HeaderClassName
 {
   color: #8035B8;
 }
 .AnyTagClassName
 {
   color: #8035B8;
 }
</style>

background-color css

<style>
 a { background-color: #8035B8; }

 a { background-color: rgb(128,53,184); }

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

border-color css

<style>
 span { border-color: #8035B8; }

 span { border-color: rgb(128,53,184); }

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