Html Css Color HEX #9844CF Dark Orchid

📋 copy color: '#9844CF'

red 152 ◦ green 68 ◦ blue 207

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

Shades of Dark Orchid #9844CF

Tints of Dark Orchid #9844CF

RGB

 RED value IS 152 (59.77% from 255) = 35.6%

 GREEN value IS 68 (26.95% from 255) = 15.93%

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

R = 35.6%
G = 15.93%
B = 48.48%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9844CF (or 0x9844CF) is known color: Dark Orchid. HEX triplet: 98, 44 and CF. RGB value is (152,68,207). Sum of RGB (Red+Green+Blue) = 152+68+207=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #9844CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9844CF is #67BB30. Grayscale: #6C6C6C. Windows color (decimal): -6798129 or 13583512. OLE color: 13583512.

HSL color Cylindrical-coordinate representation of color #9844CF: hue angle of 276.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9844CF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 68 207 -
CMYK 0.27 0.67 0 0.19
HSL 276.26º 0.59% 0.54% -
HSV(B) 276.26º 0.67% 0.81% -
XYZ 26.28 15.31 60.6 -
YUV 108.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 152 68 207 0.27 0.67 0 0.19 276.26 0.59 0.54
Hex 98 44 CF 1B 43 0 13 114 3B 36
Octal 230 104 317 33 103 0 23 424 73 66
Binary 10011000 1000100 11001111 11011 1000011 0 10011 100010100 111011 110110

Color Harmonies of #9844CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9844CF

Black with #9844CF

Text Example


Text Example

White with #9844CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,68,207); }

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

background-color css

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

 a { background-color: rgb(152,68,207); }

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

border-color css

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

 span { border-color: rgb(152,68,207); }

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