Html Css Color HEX #833FBE Dark Orchid

📋 copy color: '#833FBE'

red 131 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #833FBE

Tints of Dark Orchid #833FBE

RGB

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

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

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

R = 34.11%
G = 16.41%
B = 49.48%

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

#833FBE (or 0x833FBE) is known color: Dark Orchid. HEX triplet: 83, 3F and BE. RGB value is (131,63,190). Sum of RGB (Red+Green+Blue) = 131+63+190=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #833FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FBE is #7CC041. Grayscale: #616161. Windows color (decimal): -8175682 or 12468099. OLE color: 12468099.

HSL color Cylindrical-coordinate representation of color #833FBE: hue angle of 272.13º 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 #833FBE is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 63 190 -
CMYK 0.31 0.67 0 0.25
HSL 272.13º 0.5% 0.5% -
HSV(B) 272.13º 0.67% 0.75% -
XYZ 20.43 12.1 49.97 -
YUV 97.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 131 63 190 0.31 0.67 0 0.25 272.13 0.5 0.5
Hex 83 3F BE 1F 43 0 19 110 32 32
Octal 203 77 276 37 103 0 31 420 62 62
Binary 10000011 111111 10111110 11111 1000011 0 11001 100010000 110010 110010

Color Harmonies of #833FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833FBE

Black with #833FBE

Text Example


Text Example

White with #833FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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