Html Css Color HEX #9938CF Dark Orchid

📋 copy color: '#9938CF'

red 153 ◦ green 56 ◦ blue 207

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

Shades of Dark Orchid #9938CF

Tints of Dark Orchid #9938CF

RGB

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

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

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

R = 36.78%
G = 13.46%
B = 49.76%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9938CF (or 0x9938CF) is known color: Dark Orchid. HEX triplet: 99, 38 and CF. RGB value is (153,56,207). Sum of RGB (Red+Green+Blue) = 153+56+207=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 56 (22.27% from 255 or 13.46% 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 #9938CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9938CF is #66C730. Grayscale: #656565. Windows color (decimal): -6735665 or 13580441. OLE color: 13580441.

HSL color Cylindrical-coordinate representation of color #9938CF: hue angle of 278.54º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9938CF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 56 207 -
CMYK 0.26 0.73 0 0.19
HSL 278.54º 0.61% 0.52% -
HSV(B) 278.54º 0.73% 0.81% -
XYZ 25.81 14.11 60.39 -
YUV 102.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 153 56 207 0.26 0.73 0 0.19 278.54 0.61 0.52
Hex 99 38 CF 1A 49 0 13 117 3D 34
Octal 231 70 317 32 111 0 23 427 75 64
Binary 10011001 111000 11001111 11010 1001001 0 10011 100010111 111101 110100

Color Harmonies of #9938CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9938CF

Black with #9938CF

Text Example


Text Example

White with #9938CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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