Html Css Color HEX #833AC9 Dark Orchid

📋 copy color: '#833AC9'

red 131 ◦ green 58 ◦ blue 201

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

Shades of Dark Orchid #833AC9

Tints of Dark Orchid #833AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.54%

R = 33.59%
G = 14.87%
B = 51.54%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#833AC9 (or 0x833AC9) is known color: Dark Orchid. HEX triplet: 83, 3A and C9. RGB value is (131,58,201). Sum of RGB (Red+Green+Blue) = 131+58+201=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #833AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833AC9 is #7CC536. Grayscale: #5F5F5F. Windows color (decimal): -8176951 or 13187715. OLE color: 13187715.

HSL color Cylindrical-coordinate representation of color #833AC9: hue angle of 270.63º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833AC9 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 58 201 -
CMYK 0.35 0.71 0 0.21
HSL 270.63º 0.57% 0.51% -
HSV(B) 270.63º 0.71% 0.79% -
XYZ 21.42 12.07 56.46 -
YUV 96.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 131 58 201 0.35 0.71 0 0.21 270.63 0.57 0.51
Hex 83 3A C9 23 47 0 15 10F 39 33
Octal 203 72 311 43 107 0 25 417 71 63
Binary 10000011 111010 11001001 100011 1000111 0 10101 100001111 111001 110011

Color Harmonies of #833AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833AC9

Black with #833AC9

Text Example


Text Example

White with #833AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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