Html Css Color HEX #8531CB Dark Orchid

📋 copy color: '#8531CB'

red 133 ◦ green 49 ◦ blue 203

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

Shades of Dark Orchid #8531CB

Tints of Dark Orchid #8531CB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.73%

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 34.55%
G = 12.73%
B = 52.73%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8531CB (or 0x8531CB) is known color: Dark Orchid. HEX triplet: 85, 31 and CB. RGB value is (133,49,203). Sum of RGB (Red+Green+Blue) = 133+49+203=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #8531CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8531CB is #7ACE34. Grayscale: #5B5B5B. Windows color (decimal): -8048181 or 13316485. OLE color: 13316485.

HSL color Cylindrical-coordinate representation of color #8531CB: hue angle of 272.73º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8531CB is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 49 203 -
CMYK 0.34 0.76 0 0.20
HSL 272.73º 0.61% 0.49% -
HSV(B) 272.73º 0.76% 0.8% -
XYZ 21.55 11.49 57.58 -
YUV 91.67 190.83 157.48 -
System Red Green Blue C M Y K H S L
Decimal 133 49 203 0.34 0.76 0 0.20 272.73 0.61 0.49
Hex 85 31 CB 22 4C 0 14 111 3D 31
Octal 205 61 313 42 114 0 24 421 75 61
Binary 10000101 110001 11001011 100010 1001100 0 10100 100010001 111101 110001

Color Harmonies of #8531CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8531CB

Black with #8531CB

Text Example


Text Example

White with #8531CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8531CB; }

 p { color: rgb(133,49,203); }

 H1.HeaderClassName
 {
   color: #8531CB;
 }
 .AnyTagClassName
 {
   color: #8531CB;
 }
</style>

background-color css

<style>
 a { background-color: #8531CB; }

 a { background-color: rgb(133,49,203); }

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

border-color css

<style>
 span { border-color: #8531CB; }

 span { border-color: rgb(133,49,203); }

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