Html Css Color HEX #8335BD Dark Orchid

📋 copy color: '#8335BD'

red 131 ◦ green 53 ◦ blue 189

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

Shades of Dark Orchid #8335BD

Tints of Dark Orchid #8335BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 35.12%
G = 14.21%
B = 50.67%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8335BD (or 0x8335BD) is known color: Dark Orchid. HEX triplet: 83, 35 and BD. RGB value is (131,53,189). Sum of RGB (Red+Green+Blue) = 131+53+189=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #8335BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8335BD is #7CCA42. Grayscale: #5B5B5B. Windows color (decimal): -8178243 or 12400003. OLE color: 12400003.

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

Color convert

RGB 131 53 189 -
CMYK 0.31 0.72 0 0.26
HSL 274.41º 0.56% 0.47% -
HSV(B) 274.41º 0.72% 0.74% -
XYZ 19.82 11.05 49.23 -
YUV 91.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 131 53 189 0.31 0.72 0 0.26 274.41 0.56 0.47
Hex 83 35 BD 1F 48 0 1A 112 38 2F
Octal 203 65 275 37 110 0 32 422 70 57
Binary 10000011 110101 10111101 11111 1001000 0 11010 100010010 111000 101111

Color Harmonies of #8335BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8335BD

Black with #8335BD

Text Example


Text Example

White with #8335BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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