Html Css Color HEX #833ABC Dark Orchid

📋 copy color: '#833ABC'

red 131 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #833ABC

Tints of Dark Orchid #833ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.38%

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 34.75%
G = 15.38%
B = 49.87%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#833ABC (or 0x833ABC) is known color: Dark Orchid. HEX triplet: 83, 3A and BC. RGB value is (131,58,188). Sum of RGB (Red+Green+Blue) = 131+58+188=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #833ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ABC is #7CC543. Grayscale: #5E5E5E. Windows color (decimal): -8176964 or 12335747. OLE color: 12335747.

HSL color Cylindrical-coordinate representation of color #833ABC: hue angle of 273.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #833ABC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 58 188 -
CMYK 0.30 0.69 0 0.26
HSL 273.69º 0.53% 0.48% -
HSV(B) 273.69º 0.69% 0.74% -
XYZ 19.95 11.48 48.74 -
YUV 94.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 131 58 188 0.30 0.69 0 0.26 273.69 0.53 0.48
Hex 83 3A BC 1E 45 0 1A 112 35 30
Octal 203 72 274 36 105 0 32 422 65 60
Binary 10000011 111010 10111100 11110 1000101 0 11010 100010010 110101 110000

Color Harmonies of #833ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833ABC

Black with #833ABC

Text Example


Text Example

White with #833ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,58,188); }

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

background-color css

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

 a { background-color: rgb(131,58,188); }

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

border-color css

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

 span { border-color: rgb(131,58,188); }

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