Html Css Color HEX #9928CF Dark Orchid

📋 copy color: '#9928CF'

red 153 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #9928CF

Tints of Dark Orchid #9928CF

RGB

 RED value IS 153 (60.16% from 255) = 38.25%

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

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

R = 38.25%
G = 10%
B = 51.75%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9928CF (or 0x9928CF) is known color: Dark Orchid. HEX triplet: 99, 28 and CF. RGB value is (153,40,207). Sum of RGB (Red+Green+Blue) = 153+40+207=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #9928CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9928CF is #66D730. Grayscale: #5C5C5C. Windows color (decimal): -6739761 or 13576345. OLE color: 13576345.

HSL color Cylindrical-coordinate representation of color #9928CF: hue angle of 280.6º 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 #9928CF is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 40 207 -
CMYK 0.26 0.81 0 0.19
HSL 280.6º 0.68% 0.48% -
HSV(B) 280.6º 0.81% 0.81% -
XYZ 25.16 12.79 60.18 -
YUV 92.83 192.44 170.92 -
System Red Green Blue C M Y K H S L
Decimal 153 40 207 0.26 0.81 0 0.19 280.6 0.68 0.48
Hex 99 28 CF 1A 51 0 13 119 44 30
Octal 231 50 317 32 121 0 23 431 104 60
Binary 10011001 101000 11001111 11010 1010001 0 10011 100011001 1000100 110000

Color Harmonies of #9928CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9928CF

Black with #9928CF

Text Example


Text Example

White with #9928CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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