Html Css Color HEX #8335BA Dark Orchid

📋 copy color: '#8335BA'

red 131 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #8335BA

Tints of Dark Orchid #8335BA

RGB

 RED value IS 131 (51.56% from 255) = 35.41%

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 35.41%
G = 14.32%
B = 50.27%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8335BA (or 0x8335BA) is known color: Dark Orchid. HEX triplet: 83, 35 and BA. RGB value is (131,53,186). Sum of RGB (Red+Green+Blue) = 131+53+186=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #8335BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8335BA is #7CCA45. Grayscale: #5B5B5B. Windows color (decimal): -8178246 or 12203395. OLE color: 12203395.

HSL color Cylindrical-coordinate representation of color #8335BA: hue angle of 275.19º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8335BA is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 53 186 -
CMYK 0.30 0.72 0 0.27
HSL 275.19º 0.56% 0.47% -
HSV(B) 275.19º 0.72% 0.73% -
XYZ 19.5 10.92 47.53 -
YUV 91.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 131 53 186 0.30 0.72 0 0.27 275.19 0.56 0.47
Hex 83 35 BA 1E 48 0 1B 113 38 2F
Octal 203 65 272 36 110 0 33 423 70 57
Binary 10000011 110101 10111010 11110 1001000 0 11011 100010011 111000 101111

Color Harmonies of #8335BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8335BA

Black with #8335BA

Text Example


Text Example

White with #8335BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8335BA; }

 p { color: rgb(131,53,186); }

 H1.HeaderClassName
 {
   color: #8335BA;
 }
 .AnyTagClassName
 {
   color: #8335BA;
 }
</style>

background-color css

<style>
 a { background-color: #8335BA; }

 a { background-color: rgb(131,53,186); }

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

border-color css

<style>
 span { border-color: #8335BA; }

 span { border-color: rgb(131,53,186); }

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