Html Css Color HEX #813BBC Dark Orchid

📋 copy color: '#813BBC'

red 129 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #813BBC

Tints of Dark Orchid #813BBC

RGB

 RED value IS 129 (50.78% from 255) = 34.31%

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

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

R = 34.31%
G = 15.69%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#813BBC (or 0x813BBC) is known color: Dark Orchid. HEX triplet: 81, 3B and BC. RGB value is (129,59,188). Sum of RGB (Red+Green+Blue) = 129+59+188=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #813BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BBC is #7EC443. Grayscale: #5E5E5E. Windows color (decimal): -8307780 or 12336001. OLE color: 12336001.

HSL color Cylindrical-coordinate representation of color #813BBC: hue angle of 272.56º degrees, saturation: 0.52, 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 #813BBC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 59 188 -
CMYK 0.31 0.69 0 0.26
HSL 272.56º 0.52% 0.48% -
HSV(B) 272.56º 0.69% 0.74% -
XYZ 19.69 11.43 48.74 -
YUV 94.64 180.69 152.51 -
System Red Green Blue C M Y K H S L
Decimal 129 59 188 0.31 0.69 0 0.26 272.56 0.52 0.48
Hex 81 3B BC 1F 45 0 1A 111 34 30
Octal 201 73 274 37 105 0 32 421 64 60
Binary 10000001 111011 10111100 11111 1000101 0 11010 100010001 110100 110000

Color Harmonies of #813BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BBC

Black with #813BBC

Text Example


Text Example

White with #813BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813BBC; }

 p { color: rgb(129,59,188); }

 H1.HeaderClassName
 {
   color: #813BBC;
 }
 .AnyTagClassName
 {
   color: #813BBC;
 }
</style>

background-color css

<style>
 a { background-color: #813BBC; }

 a { background-color: rgb(129,59,188); }

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

border-color css

<style>
 span { border-color: #813BBC; }

 span { border-color: rgb(129,59,188); }

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