Html Css Color HEX #8738C9 Dark Orchid

📋 copy color: '#8738C9'

red 135 ◦ green 56 ◦ blue 201

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

Shades of Dark Orchid #8738C9

Tints of Dark Orchid #8738C9

RGB

 RED value IS 135 (53.13% from 255) = 34.44%

 GREEN value IS 56 (22.27% from 255) = 14.29%

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 34.44%
G = 14.29%
B = 51.28%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8738C9 (or 0x8738C9) is known color: Dark Orchid. HEX triplet: 87, 38 and C9. RGB value is (135,56,201). Sum of RGB (Red+Green+Blue) = 135+56+201=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #8738C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8738C9 is #78C736. Grayscale: #5F5F5F. Windows color (decimal): -7915319 or 13187207. OLE color: 13187207.

HSL color Cylindrical-coordinate representation of color #8738C9: hue angle of 272.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8738C9 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 56 201 -
CMYK 0.33 0.72 0 0.21
HSL 272.69º 0.57% 0.5% -
HSV(B) 272.69º 0.72% 0.79% -
XYZ 21.95 12.2 56.46 -
YUV 96.15 187.17 155.71 -
System Red Green Blue C M Y K H S L
Decimal 135 56 201 0.33 0.72 0 0.21 272.69 0.57 0.5
Hex 87 38 C9 21 48 0 15 111 39 32
Octal 207 70 311 41 110 0 25 421 71 62
Binary 10000111 111000 11001001 100001 1001000 0 10101 100010001 111001 110010

Color Harmonies of #8738C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8738C9

Black with #8738C9

Text Example


Text Example

White with #8738C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8738C9; }

 p { color: rgb(135,56,201); }

 H1.HeaderClassName
 {
   color: #8738C9;
 }
 .AnyTagClassName
 {
   color: #8738C9;
 }
</style>

background-color css

<style>
 a { background-color: #8738C9; }

 a { background-color: rgb(135,56,201); }

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

border-color css

<style>
 span { border-color: #8738C9; }

 span { border-color: rgb(135,56,201); }

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