Html Css Color HEX #9625BE Dark Orchid

📋 copy color: '#9625BE'

red 150 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #9625BE

Tints of Dark Orchid #9625BE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.81%

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 39.79%
G = 9.81%
B = 50.4%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9625BE (or 0x9625BE) is known color: Dark Orchid. HEX triplet: 96, 25 and BE. RGB value is (150,37,190). Sum of RGB (Red+Green+Blue) = 150+37+190=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #9625BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9625BE is #69DA41. Grayscale: #575757. Windows color (decimal): -6937154 or 12461462. OLE color: 12461462.

HSL color Cylindrical-coordinate representation of color #9625BE: hue angle of 284.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9625BE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 37 190 -
CMYK 0.21 0.81 0 0.25
HSL 284.31º 0.67% 0.45% -
HSV(B) 284.31º 0.81% 0.75% -
XYZ 22.53 11.52 49.75 -
YUV 88.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 150 37 190 0.21 0.81 0 0.25 284.31 0.67 0.45
Hex 96 25 BE 15 51 0 19 11C 43 2D
Octal 226 45 276 25 121 0 31 434 103 55
Binary 10010110 100101 10111110 10101 1010001 0 11001 100011100 1000011 101101

Color Harmonies of #9625BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9625BE

Black with #9625BE

Text Example


Text Example

White with #9625BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9625BE; }

 p { color: rgb(150,37,190); }

 H1.HeaderClassName
 {
   color: #9625BE;
 }
 .AnyTagClassName
 {
   color: #9625BE;
 }
</style>

background-color css

<style>
 a { background-color: #9625BE; }

 a { background-color: rgb(150,37,190); }

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

border-color css

<style>
 span { border-color: #9625BE; }

 span { border-color: rgb(150,37,190); }

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