Html Css Color HEX #833DC9 Dark Orchid

📋 copy color: '#833DC9'

red 131 ◦ green 61 ◦ blue 201

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

Shades of Dark Orchid #833DC9

Tints of Dark Orchid #833DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.52%

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

R = 33.33%
G = 15.52%
B = 51.15%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#833DC9 (or 0x833DC9) is known color: Dark Orchid. HEX triplet: 83, 3D and C9. RGB value is (131,61,201). Sum of RGB (Red+Green+Blue) = 131+61+201=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #833DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DC9 is #7CC236. Grayscale: #616161. Windows color (decimal): -8176183 or 13188483. OLE color: 13188483.

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

Color convert

RGB 131 61 201 -
CMYK 0.35 0.70 0 0.21
HSL 270º 0.56% 0.51% -
HSV(B) 270º 0.7% 0.79% -
XYZ 21.57 12.38 56.51 -
YUV 97.89 186.19 151.62 -
System Red Green Blue C M Y K H S L
Decimal 131 61 201 0.35 0.70 0 0.21 270 0.56 0.51
Hex 83 3D C9 23 46 0 15 10E 38 33
Octal 203 75 311 43 106 0 25 416 70 63
Binary 10000011 111101 11001001 100011 1000110 0 10101 100001110 111000 110011

Color Harmonies of #833DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DC9

Black with #833DC9

Text Example


Text Example

White with #833DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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