Html Css Color HEX #833DBF Dark Orchid

📋 copy color: '#833DBF'

red 131 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #833DBF

Tints of Dark Orchid #833DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 34.2%
G = 15.93%
B = 49.87%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#833DBF (or 0x833DBF) is known color: Dark Orchid. HEX triplet: 83, 3D and BF. RGB value is (131,61,191). Sum of RGB (Red+Green+Blue) = 131+61+191=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #833DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DBF is #7CC240. Grayscale: #606060. Windows color (decimal): -8176193 or 12533123. OLE color: 12533123.

HSL color Cylindrical-coordinate representation of color #833DBF: hue angle of 272.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #833DBF is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 61 191 -
CMYK 0.31 0.68 0 0.25
HSL 272.31º 0.52% 0.49% -
HSV(B) 272.31º 0.68% 0.75% -
XYZ 20.43 11.92 50.51 -
YUV 96.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 131 61 191 0.31 0.68 0 0.25 272.31 0.52 0.49
Hex 83 3D BF 1F 44 0 19 110 34 31
Octal 203 75 277 37 104 0 31 420 64 61
Binary 10000011 111101 10111111 11111 1000100 0 11001 100010000 110100 110001

Color Harmonies of #833DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833DBF

Black with #833DBF

Text Example


Text Example

White with #833DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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