Html Css Color HEX #8530BF Dark Orchid

📋 copy color: '#8530BF'

red 133 ◦ green 48 ◦ blue 191

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

Shades of Dark Orchid #8530BF

Tints of Dark Orchid #8530BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.34%

R = 35.75%
G = 12.9%
B = 51.34%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8530BF (or 0x8530BF) is known color: Dark Orchid. HEX triplet: 85, 30 and BF. RGB value is (133,48,191). Sum of RGB (Red+Green+Blue) = 133+48+191=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #8530BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8530BF is #7ACF40. Grayscale: #595959. Windows color (decimal): -8048449 or 12529797. OLE color: 12529797.

HSL color Cylindrical-coordinate representation of color #8530BF: hue angle of 275.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8530BF is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 48 191 -
CMYK 0.30 0.75 0 0.25
HSL 275.66º 0.6% 0.47% -
HSV(B) 275.66º 0.75% 0.75% -
XYZ 20.13 10.86 50.33 -
YUV 89.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 133 48 191 0.30 0.75 0 0.25 275.66 0.6 0.47
Hex 85 30 BF 1E 4B 0 19 114 3C 2F
Octal 205 60 277 36 113 0 31 424 74 57
Binary 10000101 110000 10111111 11110 1001011 0 11001 100010100 111100 101111

Color Harmonies of #8530BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8530BF

Black with #8530BF

Text Example


Text Example

White with #8530BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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