Html Css Color HEX #8530BA Dark Orchid

📋 copy color: '#8530BA'

red 133 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #8530BA

Tints of Dark Orchid #8530BA

RGB

 RED value IS 133 (52.34% from 255) = 36.24%

 GREEN value IS 48 (19.14% from 255) = 13.08%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 36.24%
G = 13.08%
B = 50.68%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8530BA (or 0x8530BA) is known color: Dark Orchid. HEX triplet: 85, 30 and BA. RGB value is (133,48,186). Sum of RGB (Red+Green+Blue) = 133+48+186=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #8530BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530BA is #7ACF45. Grayscale: #585858. Windows color (decimal): -8048454 or 12202117. OLE color: 12202117.

HSL color Cylindrical-coordinate representation of color #8530BA: hue angle of 276.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8530BA is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 48 186 -
CMYK 0.28 0.74 0 0.27
HSL 276.96º 0.59% 0.46% -
HSV(B) 276.96º 0.74% 0.73% -
XYZ 19.59 10.65 47.48 -
YUV 89.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 133 48 186 0.28 0.74 0 0.27 276.96 0.59 0.46
Hex 85 30 BA 1C 4A 0 1B 115 3B 2E
Octal 205 60 272 34 112 0 33 425 73 56
Binary 10000101 110000 10111010 11100 1001010 0 11011 100010101 111011 101110

Color Harmonies of #8530BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8530BA

Black with #8530BA

Text Example


Text Example

White with #8530BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8530BA; }

 p { color: rgb(133,48,186); }

 H1.HeaderClassName
 {
   color: #8530BA;
 }
 .AnyTagClassName
 {
   color: #8530BA;
 }
</style>

background-color css

<style>
 a { background-color: #8530BA; }

 a { background-color: rgb(133,48,186); }

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

border-color css

<style>
 span { border-color: #8530BA; }

 span { border-color: rgb(133,48,186); }

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