Html Css Color HEX #833BBE Dark Orchid

📋 copy color: '#833BBE'

red 131 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #833BBE

Tints of Dark Orchid #833BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.53%

 BLUE value IS 190 (74.61% from 255) = 50%

R = 34.47%
G = 15.53%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#833BBE (or 0x833BBE) is known color: Dark Orchid. HEX triplet: 83, 3B and BE. RGB value is (131,59,190). Sum of RGB (Red+Green+Blue) = 131+59+190=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #833BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BBE is #7CC441. Grayscale: #5F5F5F. Windows color (decimal): -8176706 or 12467075. OLE color: 12467075.

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

Color convert

RGB 131 59 190 -
CMYK 0.31 0.69 0 0.25
HSL 272.98º 0.53% 0.49% -
HSV(B) 272.98º 0.69% 0.75% -
XYZ 20.22 11.67 49.9 -
YUV 95.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 131 59 190 0.31 0.69 0 0.25 272.98 0.53 0.49
Hex 83 3B BE 1F 45 0 19 111 35 31
Octal 203 73 276 37 105 0 31 421 65 61
Binary 10000011 111011 10111110 11111 1000101 0 11001 100010001 110101 110001

Color Harmonies of #833BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833BBE

Black with #833BBE

Text Example


Text Example

White with #833BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,59,190); }

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

background-color css

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

 a { background-color: rgb(131,59,190); }

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

border-color css

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

 span { border-color: rgb(131,59,190); }

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