Html Css Color HEX #8535BF Dark Orchid

📋 copy color: '#8535BF'

red 133 ◦ green 53 ◦ blue 191

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

Shades of Dark Orchid #8535BF

Tints of Dark Orchid #8535BF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.06%

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

R = 35.28%
G = 14.06%
B = 50.66%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8535BF (or 0x8535BF) is known color: Dark Orchid. HEX triplet: 85, 35 and BF. RGB value is (133,53,191). Sum of RGB (Red+Green+Blue) = 133+53+191=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #8535BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535BF is #7ACA40. Grayscale: #5C5C5C. Windows color (decimal): -8047169 or 12531077. OLE color: 12531077.

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

Color convert

RGB 133 53 191 -
CMYK 0.30 0.72 0 0.25
HSL 274.78º 0.57% 0.48% -
HSV(B) 274.78º 0.72% 0.75% -
XYZ 20.35 11.29 50.4 -
YUV 92.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 133 53 191 0.30 0.72 0 0.25 274.78 0.57 0.48
Hex 85 35 BF 1E 48 0 19 113 39 30
Octal 205 65 277 36 110 0 31 423 71 60
Binary 10000101 110101 10111111 11110 1001000 0 11001 100010011 111001 110000

Color Harmonies of #8535BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8535BF

Black with #8535BF

Text Example


Text Example

White with #8535BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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