Html Css Color HEX #802BBF Dark Orchid

📋 copy color: '#802BBF'

red 128 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #802BBF

Tints of Dark Orchid #802BBF

RGB

 RED value IS 128 (50.39% from 255) = 35.36%

 GREEN value IS 43 (17.19% from 255) = 11.88%

 BLUE value IS 191 (75% from 255) = 52.76%

R = 35.36%
G = 11.88%
B = 52.76%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#802BBF (or 0x802BBF) is known color: Dark Orchid. HEX triplet: 80, 2B and BF. RGB value is (128,43,191). Sum of RGB (Red+Green+Blue) = 128+43+191=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #802BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802BBF is #7FD440. Grayscale: #545454. Windows color (decimal): -8377409 or 12528512. OLE color: 12528512.

HSL color Cylindrical-coordinate representation of color #802BBF: hue angle of 274.46º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802BBF is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 43 191 -
CMYK 0.33 0.77 0 0.25
HSL 274.46º 0.63% 0.46% -
HSV(B) 274.46º 0.77% 0.75% -
XYZ 19.17 10.08 50.23 -
YUV 85.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 128 43 191 0.33 0.77 0 0.25 274.46 0.63 0.46
Hex 80 2B BF 21 4D 0 19 112 3F 2E
Octal 200 53 277 41 115 0 31 422 77 56
Binary 10000000 101011 10111111 100001 1001101 0 11001 100010010 111111 101110

Color Harmonies of #802BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802BBF

Black with #802BBF

Text Example


Text Example

White with #802BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802BBF; }

 p { color: rgb(128,43,191); }

 H1.HeaderClassName
 {
   color: #802BBF;
 }
 .AnyTagClassName
 {
   color: #802BBF;
 }
</style>

background-color css

<style>
 a { background-color: #802BBF; }

 a { background-color: rgb(128,43,191); }

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

border-color css

<style>
 span { border-color: #802BBF; }

 span { border-color: rgb(128,43,191); }

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