Html Css Color HEX #851EB4 Dark Orchid

📋 copy color: '#851EB4'

red 133 ◦ green 30 ◦ blue 180

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

Shades of Dark Orchid #851EB4

Tints of Dark Orchid #851EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.48%

R = 38.78%
G = 8.75%
B = 52.48%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#851EB4 (or 0x851EB4) is known color: Dark Orchid. HEX triplet: 85, 1E and B4. RGB value is (133,30,180). Sum of RGB (Red+Green+Blue) = 133+30+180=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #851EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EB4 is #7AE14B. Grayscale: #4D4D4D. Windows color (decimal): -8053068 or 11804293. OLE color: 11804293.

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

Color convert

RGB 133 30 180 -
CMYK 0.26 0.83 0 0.29
HSL 281.2º 0.71% 0.41% -
HSV(B) 281.2º 0.83% 0.71% -
XYZ 18.38 9.21 43.99 -
YUV 77.9 185.62 167.3 -
System Red Green Blue C M Y K H S L
Decimal 133 30 180 0.26 0.83 0 0.29 281.2 0.71 0.41
Hex 85 1E B4 1A 53 0 1D 119 47 29
Octal 205 36 264 32 123 0 35 431 107 51
Binary 10000101 11110 10110100 11010 1010011 0 11101 100011001 1000111 101001

Color Harmonies of #851EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EB4

Black with #851EB4

Text Example


Text Example

White with #851EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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