Html Css Color HEX #833CBE Dark Orchid

📋 copy color: '#833CBE'

red 131 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #833CBE

Tints of Dark Orchid #833CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.75%

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

R = 34.38%
G = 15.75%
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

#833CBE (or 0x833CBE) is known color: Dark Orchid. HEX triplet: 83, 3C and BE. RGB value is (131,60,190). Sum of RGB (Red+Green+Blue) = 131+60+190=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #833CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CBE is #7CC341. Grayscale: #5F5F5F. Windows color (decimal): -8176450 or 12467331. OLE color: 12467331.

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

Color convert

RGB 131 60 190 -
CMYK 0.31 0.68 0 0.25
HSL 272.77º 0.52% 0.49% -
HSV(B) 272.77º 0.68% 0.75% -
XYZ 20.27 11.77 49.92 -
YUV 96.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 131 60 190 0.31 0.68 0 0.25 272.77 0.52 0.49
Hex 83 3C BE 1F 44 0 19 111 34 31
Octal 203 74 276 37 104 0 31 421 64 61
Binary 10000011 111100 10111110 11111 1000100 0 11001 100010001 110100 110001

Color Harmonies of #833CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833CBE

Black with #833CBE

Text Example


Text Example

White with #833CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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