Html Css Color HEX #833FBF Dark Orchid

📋 copy color: '#833FBF'

red 131 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #833FBF

Tints of Dark Orchid #833FBF

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

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

R = 34.03%
G = 16.36%
B = 49.61%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#833FBF (or 0x833FBF) is known color: Dark Orchid. HEX triplet: 83, 3F and BF. RGB value is (131,63,191). Sum of RGB (Red+Green+Blue) = 131+63+191=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #833FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FBF is #7CC040. Grayscale: #616161. Windows color (decimal): -8175681 or 12533635. OLE color: 12533635.

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

Color convert

RGB 131 63 191 -
CMYK 0.31 0.67 0 0.25
HSL 271.88º 0.5% 0.5% -
HSV(B) 271.88º 0.67% 0.75% -
XYZ 20.54 12.14 50.55 -
YUV 97.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 131 63 191 0.31 0.67 0 0.25 271.88 0.5 0.5
Hex 83 3F BF 1F 43 0 19 110 32 32
Octal 203 77 277 37 103 0 31 420 62 62
Binary 10000011 111111 10111111 11111 1000011 0 11001 100010000 110010 110010

Color Harmonies of #833FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FBF

Black with #833FBF

Text Example


Text Example

White with #833FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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