Html Css Color HEX #8038BE Dark Orchid

📋 copy color: '#8038BE'

red 128 ◦ green 56 ◦ blue 190

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

Shades of Dark Orchid #8038BE

Tints of Dark Orchid #8038BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.97%

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

R = 34.22%
G = 14.97%
B = 50.8%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8038BE (or 0x8038BE) is known color: Dark Orchid. HEX triplet: 80, 38 and BE. RGB value is (128,56,190). Sum of RGB (Red+Green+Blue) = 128+56+190=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #8038BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8038BE is #7FC741. Grayscale: #5C5C5C. Windows color (decimal): -8374082 or 12466304. OLE color: 12466304.

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

Color convert

RGB 128 56 190 -
CMYK 0.33 0.71 0 0.25
HSL 272.24º 0.54% 0.48% -
HSV(B) 272.24º 0.71% 0.75% -
XYZ 19.61 11.14 49.83 -
YUV 92.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 128 56 190 0.33 0.71 0 0.25 272.24 0.54 0.48
Hex 80 38 BE 21 47 0 19 110 36 30
Octal 200 70 276 41 107 0 31 420 66 60
Binary 10000000 111000 10111110 100001 1000111 0 11001 100010000 110110 110000

Color Harmonies of #8038BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8038BE

Black with #8038BE

Text Example


Text Example

White with #8038BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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