Html Css Color HEX #8035BE Dark Orchid

📋 copy color: '#8035BE'

red 128 ◦ green 53 ◦ blue 190

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

Shades of Dark Orchid #8035BE

Tints of Dark Orchid #8035BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 34.5%
G = 14.29%
B = 51.21%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8035BE (or 0x8035BE) is known color: Dark Orchid. HEX triplet: 80, 35 and BE. RGB value is (128,53,190). Sum of RGB (Red+Green+Blue) = 128+53+190=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #8035BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8035BE is #7FCA41. Grayscale: #5A5A5A. Windows color (decimal): -8374850 or 12465536. OLE color: 12465536.

HSL color Cylindrical-coordinate representation of color #8035BE: hue angle of 272.85º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8035BE is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 53 190 -
CMYK 0.33 0.72 0 0.25
HSL 272.85º 0.56% 0.48% -
HSV(B) 272.85º 0.72% 0.75% -
XYZ 19.47 10.85 49.78 -
YUV 91.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 128 53 190 0.33 0.72 0 0.25 272.85 0.56 0.48
Hex 80 35 BE 21 48 0 19 111 38 30
Octal 200 65 276 41 110 0 31 421 70 60
Binary 10000000 110101 10111110 100001 1001000 0 11001 100010001 111000 110000

Color Harmonies of #8035BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8035BE

Black with #8035BE

Text Example


Text Example

White with #8035BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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