Html Css Color HEX #9627CF Dark Orchid

📋 copy color: '#9627CF'

red 150 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #9627CF

Tints of Dark Orchid #9627CF

RGB

 RED value IS 150 (58.98% from 255) = 37.88%

 GREEN value IS 39 (15.63% from 255) = 9.85%

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

R = 37.88%
G = 9.85%
B = 52.27%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9627CF (or 0x9627CF) is known color: Dark Orchid. HEX triplet: 96, 27 and CF. RGB value is (150,39,207). Sum of RGB (Red+Green+Blue) = 150+39+207=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #9627CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9627CF is #69D830. Grayscale: #5A5A5A. Windows color (decimal): -6936625 or 13576086. OLE color: 13576086.

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

Color convert

RGB 150 39 207 -
CMYK 0.28 0.81 0 0.19
HSL 279.64º 0.68% 0.48% -
HSV(B) 279.64º 0.81% 0.81% -
XYZ 24.57 12.44 60.14 -
YUV 91.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 150 39 207 0.28 0.81 0 0.19 279.64 0.68 0.48
Hex 96 27 CF 1C 51 0 13 118 44 30
Octal 226 47 317 34 121 0 23 430 104 60
Binary 10010110 100111 11001111 11100 1010001 0 10011 100011000 1000100 110000

Color Harmonies of #9627CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9627CF

Black with #9627CF

Text Example


Text Example

White with #9627CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,39,207); }

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

background-color css

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

 a { background-color: rgb(150,39,207); }

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

border-color css

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

 span { border-color: rgb(150,39,207); }

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