Html Css Color HEX #833ABD Dark Orchid

📋 copy color: '#833ABD'

red 131 ◦ green 58 ◦ blue 189

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

Shades of Dark Orchid #833ABD

Tints of Dark Orchid #833ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.34%

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

R = 34.66%
G = 15.34%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#833ABD (or 0x833ABD) is known color: Dark Orchid. HEX triplet: 83, 3A and BD. RGB value is (131,58,189). Sum of RGB (Red+Green+Blue) = 131+58+189=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #833ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ABD is #7CC542. Grayscale: #5E5E5E. Windows color (decimal): -8176963 or 12401283. OLE color: 12401283.

HSL color Cylindrical-coordinate representation of color #833ABD: hue angle of 273.44º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833ABD is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 58 189 -
CMYK 0.31 0.69 0 0.26
HSL 273.44º 0.53% 0.48% -
HSV(B) 273.44º 0.69% 0.74% -
XYZ 20.06 11.53 49.31 -
YUV 94.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 131 58 189 0.31 0.69 0 0.26 273.44 0.53 0.48
Hex 83 3A BD 1F 45 0 1A 111 35 30
Octal 203 72 275 37 105 0 32 421 65 60
Binary 10000011 111010 10111101 11111 1000101 0 11010 100010001 110101 110000

Color Harmonies of #833ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833ABD

Black with #833ABD

Text Example


Text Example

White with #833ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833ABD; }

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

 H1.HeaderClassName
 {
   color: #833ABD;
 }
 .AnyTagClassName
 {
   color: #833ABD;
 }
</style>

background-color css

<style>
 a { background-color: #833ABD; }

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

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

border-color css

<style>
 span { border-color: #833ABD; }

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

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