Html Css Color HEX #833AB8 Dark Orchid

📋 copy color: '#833AB8'

red 131 ◦ green 58 ◦ blue 184

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

Shades of Dark Orchid #833AB8

Tints of Dark Orchid #833AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.33%

R = 35.12%
G = 15.55%
B = 49.33%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#833AB8 (or 0x833AB8) is known color: Dark Orchid. HEX triplet: 83, 3A and B8. RGB value is (131,58,184). Sum of RGB (Red+Green+Blue) = 131+58+184=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 184 (72.27% from 255 or 49.33% from 373); Max value from RGB is 184 - color contains mainly: blue. Hex color #833AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833AB8 is #7CC547. Grayscale: #5D5D5D. Windows color (decimal): -8176968 or 12073603. OLE color: 12073603.

HSL color Cylindrical-coordinate representation of color #833AB8: hue angle of 274.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #833AB8 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 58 184 -
CMYK 0.29 0.68 0 0.28
HSL 274.76º 0.52% 0.47% -
HSV(B) 274.76º 0.68% 0.72% -
XYZ 19.52 11.31 46.5 -
YUV 94.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 131 58 184 0.29 0.68 0 0.28 274.76 0.52 0.47
Hex 83 3A B8 1D 44 0 1C 113 34 2F
Octal 203 72 270 35 104 0 34 423 64 57
Binary 10000011 111010 10111000 11101 1000100 0 11100 100010011 110100 101111

Color Harmonies of #833AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833AB8

Black with #833AB8

Text Example


Text Example

White with #833AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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