Html Css Color HEX #851EB3 Dark Orchid

📋 copy color: '#851EB3'

red 133 ◦ green 30 ◦ blue 179

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

Shades of Dark Orchid #851EB3

Tints of Dark Orchid #851EB3

RGB

 RED value IS 133 (52.34% from 255) = 38.89%

 GREEN value IS 30 (12.11% from 255) = 8.77%

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 38.89%
G = 8.77%
B = 52.34%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#851EB3 (or 0x851EB3) is known color: Dark Orchid. HEX triplet: 85, 1E and B3. RGB value is (133,30,179). Sum of RGB (Red+Green+Blue) = 133+30+179=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #851EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EB3 is #7AE14C. Grayscale: #4D4D4D. Windows color (decimal): -8053069 or 11738757. OLE color: 11738757.

HSL color Cylindrical-coordinate representation of color #851EB3: hue angle of 281.48º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851EB3 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 30 179 -
CMYK 0.26 0.83 0 0.30
HSL 281.48º 0.71% 0.41% -
HSV(B) 281.48º 0.83% 0.7% -
XYZ 18.27 9.17 43.45 -
YUV 77.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 133 30 179 0.26 0.83 0 0.30 281.48 0.71 0.41
Hex 85 1E B3 1A 53 0 1E 119 47 29
Octal 205 36 263 32 123 0 36 431 107 51
Binary 10000101 11110 10110011 11010 1010011 0 11110 100011001 1000111 101001

Color Harmonies of #851EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EB3

Black with #851EB3

Text Example


Text Example

White with #851EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851EB3; }

 p { color: rgb(133,30,179); }

 H1.HeaderClassName
 {
   color: #851EB3;
 }
 .AnyTagClassName
 {
   color: #851EB3;
 }
</style>

background-color css

<style>
 a { background-color: #851EB3; }

 a { background-color: rgb(133,30,179); }

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

border-color css

<style>
 span { border-color: #851EB3; }

 span { border-color: rgb(133,30,179); }

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