Html Css Color HEX #8538BF Dark Orchid

📋 copy color: '#8538BF'

red 133 ◦ green 56 ◦ blue 191

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

Shades of Dark Orchid #8538BF

Tints of Dark Orchid #8538BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.74%

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

R = 35%
G = 14.74%
B = 50.26%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8538BF (or 0x8538BF) is known color: Dark Orchid. HEX triplet: 85, 38 and BF. RGB value is (133,56,191). Sum of RGB (Red+Green+Blue) = 133+56+191=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #8538BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8538BF is #7AC740. Grayscale: #5D5D5D. Windows color (decimal): -8046401 or 12531845. OLE color: 12531845.

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

Color convert

RGB 133 56 191 -
CMYK 0.30 0.71 0 0.25
HSL 274.22º 0.55% 0.48% -
HSV(B) 274.22º 0.71% 0.75% -
XYZ 20.49 11.58 50.44 -
YUV 94.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 133 56 191 0.30 0.71 0 0.25 274.22 0.55 0.48
Hex 85 38 BF 1E 47 0 19 112 37 30
Octal 205 70 277 36 107 0 31 422 67 60
Binary 10000101 111000 10111111 11110 1000111 0 11001 100010010 110111 110000

Color Harmonies of #8538BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8538BF

Black with #8538BF

Text Example


Text Example

White with #8538BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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