Html Css Color HEX #8B28CF Dark Orchid

📋 copy color: '#8B28CF'

red 139 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #8B28CF

Tints of Dark Orchid #8B28CF

RGB

 RED value IS 139 (54.69% from 255) = 36.01%

 GREEN value IS 40 (16.02% from 255) = 10.36%

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 36.01%
G = 10.36%
B = 53.63%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B28CF (or 0x8B28CF) is known color: Dark Orchid. HEX triplet: 8B, 28 and CF. RGB value is (139,40,207). Sum of RGB (Red+Green+Blue) = 139+40+207=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B28CF is #74D730. Grayscale: #585858. Windows color (decimal): -7657265 or 13576331. OLE color: 13576331.

HSL color Cylindrical-coordinate representation of color #8B28CF: hue angle of 275.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B28CF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 40 207 -
CMYK 0.33 0.81 0 0.19
HSL 275.57º 0.68% 0.48% -
HSV(B) 275.57º 0.81% 0.81% -
XYZ 22.67 11.51 60.06 -
YUV 88.64 194.8 163.92 -
System Red Green Blue C M Y K H S L
Decimal 139 40 207 0.33 0.81 0 0.19 275.57 0.68 0.48
Hex 8B 28 CF 21 51 0 13 114 44 30
Octal 213 50 317 41 121 0 23 424 104 60
Binary 10001011 101000 11001111 100001 1010001 0 10011 100010100 1000100 110000

Color Harmonies of #8B28CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B28CF

Black with #8B28CF

Text Example


Text Example

White with #8B28CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B28CF; }

 p { color: rgb(139,40,207); }

 H1.HeaderClassName
 {
   color: #8B28CF;
 }
 .AnyTagClassName
 {
   color: #8B28CF;
 }
</style>

background-color css

<style>
 a { background-color: #8B28CF; }

 a { background-color: rgb(139,40,207); }

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

border-color css

<style>
 span { border-color: #8B28CF; }

 span { border-color: rgb(139,40,207); }

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