Html Css Color HEX #8530BC Dark Orchid

📋 copy color: '#8530BC'

red 133 ◦ green 48 ◦ blue 188

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

Shades of Dark Orchid #8530BC

Tints of Dark Orchid #8530BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 36.04%
G = 13.01%
B = 50.95%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8530BC (or 0x8530BC) is known color: Dark Orchid. HEX triplet: 85, 30 and BC. RGB value is (133,48,188). Sum of RGB (Red+Green+Blue) = 133+48+188=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #8530BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530BC is #7ACF43. Grayscale: #585858. Windows color (decimal): -8048452 or 12333189. OLE color: 12333189.

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

Color convert

RGB 133 48 188 -
CMYK 0.29 0.74 0 0.26
HSL 276.43º 0.59% 0.46% -
HSV(B) 276.43º 0.74% 0.74% -
XYZ 19.81 10.73 48.6 -
YUV 89.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 133 48 188 0.29 0.74 0 0.26 276.43 0.59 0.46
Hex 85 30 BC 1D 4A 0 1A 114 3B 2E
Octal 205 60 274 35 112 0 32 424 73 56
Binary 10000101 110000 10111100 11101 1001010 0 11010 100010100 111011 101110

Color Harmonies of #8530BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8530BC

Black with #8530BC

Text Example


Text Example

White with #8530BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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