Html Css Color HEX #8948CF Dark Orchid

📋 copy color: '#8948CF'

red 137 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #8948CF

Tints of Dark Orchid #8948CF

RGB

 RED value IS 137 (53.91% from 255) = 32.93%

 GREEN value IS 72 (28.52% from 255) = 17.31%

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

R = 32.93%
G = 17.31%
B = 49.76%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8948CF (or 0x8948CF) is known color: Dark Orchid. HEX triplet: 89, 48 and CF. RGB value is (137,72,207). Sum of RGB (Red+Green+Blue) = 137+72+207=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #8948CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8948CF is #76B730. Grayscale: #6A6A6A. Windows color (decimal): -7780145 or 13584521. OLE color: 13584521.

HSL color Cylindrical-coordinate representation of color #8948CF: hue angle of 268.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8948CF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 72 207 -
CMYK 0.34 0.65 0 0.19
HSL 268.89º 0.58% 0.55% -
HSV(B) 268.89º 0.65% 0.81% -
XYZ 23.9 14.46 60.56 -
YUV 106.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 137 72 207 0.34 0.65 0 0.19 268.89 0.58 0.55
Hex 89 48 CF 22 41 0 13 10D 3A 37
Octal 211 110 317 42 101 0 23 415 72 67
Binary 10001001 1001000 11001111 100010 1000001 0 10011 100001101 111010 110111

Color Harmonies of #8948CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8948CF

Black with #8948CF

Text Example


Text Example

White with #8948CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8948CF; }

 p { color: rgb(137,72,207); }

 H1.HeaderClassName
 {
   color: #8948CF;
 }
 .AnyTagClassName
 {
   color: #8948CF;
 }
</style>

background-color css

<style>
 a { background-color: #8948CF; }

 a { background-color: rgb(137,72,207); }

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

border-color css

<style>
 span { border-color: #8948CF; }

 span { border-color: rgb(137,72,207); }

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