Html Css Color HEX #833FBB Dark Orchid

📋 copy color: '#833FBB'

red 131 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #833FBB

Tints of Dark Orchid #833FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 34.38%
G = 16.54%
B = 49.08%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#833FBB (or 0x833FBB) is known color: Dark Orchid. HEX triplet: 83, 3F and BB. RGB value is (131,63,187). Sum of RGB (Red+Green+Blue) = 131+63+187=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #833FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FBB is #7CC044. Grayscale: #616161. Windows color (decimal): -8175685 or 12271491. OLE color: 12271491.

HSL color Cylindrical-coordinate representation of color #833FBB: hue angle of 272.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833FBB is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 63 187 -
CMYK 0.30 0.66 0 0.27
HSL 272.9º 0.5% 0.49% -
HSV(B) 272.9º 0.66% 0.73% -
XYZ 20.11 11.97 48.26 -
YUV 97.47 178.53 151.92 -
System Red Green Blue C M Y K H S L
Decimal 131 63 187 0.30 0.66 0 0.27 272.9 0.5 0.49
Hex 83 3F BB 1E 42 0 1B 111 32 31
Octal 203 77 273 36 102 0 33 421 62 61
Binary 10000011 111111 10111011 11110 1000010 0 11011 100010001 110010 110001

Color Harmonies of #833FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FBB

Black with #833FBB

Text Example


Text Example

White with #833FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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